Color Hex Logo

#1b6730 Color Hex

#1B6730
(27,103,48)
0 Favorites   0 Comments

Color spaces of #1b6730

RGB 2710348
HSL0.380.580.25
HSV137°74°40°
CMYK 0.740.000.53   0.60
XYZ5.835710.14694.4473
Yxy10.14690.28560.4967
Hunter Lab31.8542-23.043614.0202
CIE-Lab38.1048-35.958324.4069

#1b6730 color RGB value is (27,103,48).

#1b6730 hex color red value is 27, green value is 103 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #1b6730 hue: 0.38 , saturation: 0.58 and the lightness value of 1b6730 is 0.25.

The process color (four color CMYK) of #1b6730 color hex is 0.74, 0.00, 0.53, 0.60. Web safe color of #1b6730 is #336633. Color #1b6730 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01100111 00110000
Octal 33 147 60
Decimal 27 103 48
Hex 1B 67 30

RGB Percentages of Color #1b6730

%15.17
%57.87
%26.97

CMYK Percentages of Color #1b6730

%74
%0
%53
%60

Triadic Colors of #1b6730

#1b6730 #301b67 #67301b

Analogous Colors of #1b6730

#1b6730 #1b6756 #2c671b

Monochromatic Colors of #1b6730

#1b6730

Complementary Color

#1b6730 #671b52

#1b6730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b6730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b6730 Color CSS Codes

.mybgcolor {background-color:#1b6730; } 
.myforecolor {color:#1b6730; }
.mybordercolor {border:3px solid #1b6730; }

#1b6730 Text Font Color

<p style="color:#1b6730">Text here</p>

This sample text font color is #1b6730
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1b6730 Background Color

<div style="background-color:#1b6730">
Div content here</div>

This div background color is #1b6730


#1b6730 Border Color

<div style="border:3px solid #1b6730">
Div here</div>

This div border color is #1b6730


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,103,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b6730; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b6730;
  -webkit-box-shadow: 1px 1px 3px 2px #1b6730;
  box-shadow:         1px 1px 3px 2px #1b6730; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,103,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1b6730">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1b6730;
  -webkit-box-shadow: 1px 1px 3px 2px #1b6730;
  box-shadow:         1px 1px 3px 2px #1b6730;">
Div content here</div>

This div box has shadow with color #1b6730


Comments

No comments written yet.

Please login to write comment.