#12A228

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

Shades of Forest Green #12A228

Tints of Forest Green #12A228

Color information

#12A228 (or 0x12A228) is unknown color: approx Forest Green. HEX triplet: 12, A2 and 28. RGB value is (18,162,40). Sum of RGB (Red+Green+Blue) = 18+162+40=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 162 (63.67% from 255 or 73.64% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 162 - color contains mainly: green. Hex color #12A228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A228 is #ED5DD7. Grayscale: #696969. Windows color (decimal): -15556056 or 2662930. OLE color: 2662930.

HSL color Cylindrical-coordinate representation of color #12A228: hue angle of 129.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A228 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1816240-
CMYK0.8900.750.36
HSL129.17º80%35.29%-
HSV(B)129.17º88.89%63.53%-
XYZ13.5526.126.34-
YUV105.0491.2965.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 162 (63.67% from 255) = 73.64%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=8.18%
G=73.64%
B=18.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18162400.8900.750.36129.178035.29
Hex12A2285904B24815023
Octal222425013101134420112043
Binary1001010100010101000101100101001011100100100000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A228; }

 p { color: rgb(18,162,40); }

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

<style>
 a { background-color: #12A228; }

 a { background-color: rgb(18,162,40); }

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

<style>
 span { border-color: #12A228; }

 span { border-color: rgb(18,162,40); }

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