#1B780C

Color #1B780C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1B780C

Tints of Forest Green #1B780C

Color information

#1B780C (or 0x1B780C) is unknown color: approx Forest Green. HEX triplet: 1B, 78 and 0C. RGB value is (27,120,12). Sum of RGB (Red+Green+Blue) = 27+120+12=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 120 (47.27% from 255 or 75.47% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 120 - color contains mainly: green. Hex color #1B780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B780C is #E487F3. Grayscale: #505050. Windows color (decimal): -14977012 or 817179. OLE color: 817179.

HSL color Cylindrical-coordinate representation of color #1B780C: hue angle of 111.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B780C is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB2712012-
CMYK0.7800.900.53
HSL111.67º81.82%25.88%-
HSV(B)111.67º90%47.06%-
XYZ7.2313.692.61-
YUV79.8889.6990.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 16.98%
GREEN value IS 120 (47.27% from 255) = 75.47%
BLUE value IS 12 (5.08% from 255) = 7.55%
R=16.98%
G=75.47%
B=7.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27120120.7800.900.53111.6781.8225.88
Hex1B78C4E05A3570521a
Octal331701411601326516012232
Binary11011111100011001001110010110101101011110000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B780C; }

 p { color: rgb(27,120,12); }

 H1.HeaderClassName
 {
   color: #1B780C;
 }
 .AnyTagClassName
 {
   color: #1B780C;
 }
</style>
background-color css

<style>
 a { background-color: #1B780C; }

 a { background-color: rgb(27,120,12); }

 div.DivClassName
 {
   background-color: #1B780C;
 }
 .BgClassName
 {
   background-color: #1B780C;
 }
</style>
border-color css

<style>
 span { border-color: #1B780C; }

 span { border-color: rgb(27,120,12); }

 td.TdClassName
 {
   border-color: #1B780C;
 }
 .TagClassName
 {
   border-color: #1B780C;
 }
</style>