#1C7814

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

Shades of Forest Green #1C7814

Tints of Forest Green #1C7814

Color information

#1C7814 (or 0x1C7814) is unknown color: approx Forest Green. HEX triplet: 1C, 78 and 14. RGB value is (28,120,20). Sum of RGB (Red+Green+Blue) = 28+120+20=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 120 (47.27% from 255 or 71.43% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 120 - color contains mainly: green. Hex color #1C7814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7814 is #E387EB. Grayscale: #515151. Windows color (decimal): -14911468 or 1341468. OLE color: 1341468.

HSL color Cylindrical-coordinate representation of color #1C7814: hue angle of 115.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C7814 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB2812020-
CMYK0.7700.830.53
HSL115.2º71.43%27.45%-
HSV(B)115.2º83.33%47.06%-
XYZ7.3213.732.93-
YUV81.0993.5290.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.67%
GREEN value IS 120 (47.27% from 255) = 71.43%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=16.67%
G=71.43%
B=11.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28120200.7700.830.53115.271.4327.45
Hex1C78144D0533573471b
Octal341702411501236516310733
Binary111001111000101001001101010100111101011110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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