#1C6E14

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

Shades of Forest Green #1C6E14

Tints of Forest Green #1C6E14

Color information

#1C6E14 (or 0x1C6E14) is unknown color: approx Forest Green. HEX triplet: 1C, 6E and 14. RGB value is (28,110,20). Sum of RGB (Red+Green+Blue) = 28+110+20=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 110 (43.36% from 255 or 69.62% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6E14 is #E391EB. Grayscale: #4B4B4B. Windows color (decimal): -14914028 or 1338908. OLE color: 1338908.

HSL color Cylindrical-coordinate representation of color #1C6E14: hue angle of 114.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C6E14 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB2811020-
CMYK0.7500.820.57
HSL114.67º69.23%25.49%-
HSV(B)114.67º81.82%43.14%-
XYZ6.1811.452.55-
YUV75.2296.8394.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.72%
GREEN value IS 110 (43.36% from 255) = 69.62%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=17.72%
G=69.62%
B=12.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28110200.7500.820.57114.6769.2325.49
Hex1C6E144B05239734519
Octal341562411301227116310531
Binary111001101110101001001011010100101110011110011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,110,20); }

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

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

 a { background-color: rgb(28,110,20); }

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

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

 span { border-color: rgb(28,110,20); }

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