#12A021

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

Shades of Forest Green #12A021

Tints of Forest Green #12A021

Color information

#12A021 (or 0x12A021) is unknown color: approx Forest Green. HEX triplet: 12, A0 and 21. RGB value is (18,160,33). Sum of RGB (Red+Green+Blue) = 18+160+33=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 160 (62.89% from 255 or 75.83% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 160 - color contains mainly: green. Hex color #12A021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A021 is #ED5FDE. Grayscale: #676767. Windows color (decimal): -15556575 or 2203666. OLE color: 2203666.

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

Color convert

RGB1816033-
CMYK0.8900.790.37
HSL126.34º79.78%34.9%-
HSV(B)126.34º88.75%62.75%-
XYZ13.0925.385.65-
YUV103.0688.4667.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 160 (62.89% from 255) = 75.83%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=8.53%
G=75.83%
B=15.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18160330.8900.790.37126.3479.7834.9
Hex12A0215904F257e5023
Octal222404113101174517612043
Binary100101010000010000110110010100111110010111111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,160,33); }

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

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

 a { background-color: rgb(18,160,33); }

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

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

 span { border-color: rgb(18,160,33); }

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