#1C812A

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

Shades of Forest Green #1C812A

Tints of Forest Green #1C812A

Color information

#1C812A (or 0x1C812A) is unknown color: approx Forest Green. HEX triplet: 1C, 81 and 2A. RGB value is (28,129,42). Sum of RGB (Red+Green+Blue) = 28+129+42=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 129 (50.78% from 255 or 64.82% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 129 - color contains mainly: green. Hex color #1C812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C812A is #E37ED5. Grayscale: #595959. Windows color (decimal): -14909142 or 2785564. OLE color: 2785564.

HSL color Cylindrical-coordinate representation of color #1C812A: hue angle of 128.32º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C812A is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB2812942-
CMYK0.7800.670.49
HSL128.32º64.33%30.78%-
HSV(B)128.32º78.29%50.59%-
XYZ8.7516.114.84-
YUV88.88101.5484.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.07%
GREEN value IS 129 (50.78% from 255) = 64.82%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=14.07%
G=64.82%
B=21.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28129420.7800.670.49128.3264.3330.78
Hex1C812A4E0433180401f
Octal342015211601036120010037
Binary111001000000110101010011100100001111000110000000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,129,42); }

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

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

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

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

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

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

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