#1C721C

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

Shades of Forest Green #1C721C

Tints of Forest Green #1C721C

Color information

#1C721C (or 0x1C721C) is unknown color: approx Forest Green. HEX triplet: 1C, 72 and 1C. RGB value is (28,114,28). Sum of RGB (Red+Green+Blue) = 28+114+28=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 114 (44.92% from 255 or 67.06% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 114 - color contains mainly: green. Hex color #1C721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C721C is #E38DE3. Grayscale: #4E4E4E. Windows color (decimal): -14912996 or 1864220. OLE color: 1864220.

HSL color Cylindrical-coordinate representation of color #1C721C: hue angle of 120º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C721C is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB2811428-
CMYK0.7500.750.55
HSL120º60.56%27.84%-
HSV(B)120º75.44%44.71%-
XYZ6.7112.373.13-
YUV78.4899.5191.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.47%
GREEN value IS 114 (44.92% from 255) = 67.06%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=16.47%
G=67.06%
B=16.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28114280.7500.750.5512060.5627.84
Hex1C721C4B04B37783d1c
Octal34162341130113671707534
Binary11100111001011100100101101001011110111111100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,114,28); }

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

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

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

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

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

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

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