#1C7415

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

Shades of Forest Green #1C7415

Tints of Forest Green #1C7415

Color information

#1C7415 (or 0x1C7415) is unknown color: approx Forest Green. HEX triplet: 1C, 74 and 15. RGB value is (28,116,21). Sum of RGB (Red+Green+Blue) = 28+116+21=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 116 (45.70% from 255 or 70.30% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7415 is #E38BEA. Grayscale: #4F4F4F. Windows color (decimal): -14912491 or 1405980. OLE color: 1405980.

HSL color Cylindrical-coordinate representation of color #1C7415: hue angle of 115.58º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C7415 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB2811621-
CMYK0.7600.820.55
HSL115.58º69.34%26.86%-
HSV(B)115.58º81.9%45.49%-
XYZ6.8612.792.82-
YUV78.8695.3591.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.97%
GREEN value IS 116 (45.70% from 255) = 70.30%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=16.97%
G=70.30%
B=12.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28116210.7600.820.55115.5869.3426.86
Hex1C74154C0523774451b
Octal341642511401226716410533
Binary111001110100101011001100010100101101111110100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,116,21); }

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

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

 a { background-color: rgb(28,116,21); }

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

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

 span { border-color: rgb(28,116,21); }

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