#1C6C0F

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

Shades of Forest Green #1C6C0F

Tints of Forest Green #1C6C0F

Color information

#1C6C0F (or 0x1C6C0F) is unknown color: approx Forest Green. HEX triplet: 1C, 6C and 0F. RGB value is (28,108,15). Sum of RGB (Red+Green+Blue) = 28+108+15=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 108 (42.58% from 255 or 71.52% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6C0F is #E393F0. Grayscale: #494949. Windows color (decimal): -14914545 or 1010716. OLE color: 1010716.

HSL color Cylindrical-coordinate representation of color #1C6C0F: hue angle of 111.61º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C6C0F is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB2810815-
CMYK0.7400.860.58
HSL111.61º75.61%24.12%-
HSV(B)111.61º86.11%42.35%-
XYZ5.9311.012.26-
YUV73.489595.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.54%
GREEN value IS 108 (42.58% from 255) = 71.52%
BLUE value IS 15 (6.25% from 255) = 9.93%
R=18.54%
G=71.52%
B=9.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28108150.7400.860.58111.6175.6124.12
Hex1C6CF4A0563A704c18
Octal341541711201267216011430
Binary11100110110011111001010010101101110101110000100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,108,15); }

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

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

 a { background-color: rgb(28,108,15); }

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

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

 span { border-color: rgb(28,108,15); }

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