#12A42C

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

Shades of Forest Green #12A42C

Tints of Forest Green #12A42C

Color information

#12A42C (or 0x12A42C) is unknown color: approx Forest Green. HEX triplet: 12, A4 and 2C. RGB value is (18,164,44). Sum of RGB (Red+Green+Blue) = 18+164+44=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 164 (64.45% from 255 or 72.57% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 164 - color contains mainly: green. Hex color #12A42C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A42C is #ED5BD3. Grayscale: #6B6B6B. Windows color (decimal): -15555540 or 2925586. OLE color: 2925586.

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

Color convert

RGB1816444-
CMYK0.8900.730.36
HSL130.68º80.22%35.69%-
HSV(B)130.68º89.02%64.31%-
XYZ13.9826.866.83-
YUV106.6792.6364.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 164 (64.45% from 255) = 72.57%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=7.96%
G=72.57%
B=19.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18164440.8900.730.36130.6880.2235.69
Hex12A42C5904924835024
Octal222445413101114420312044
Binary1001010100100101100101100101001001100100100000111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,164,44); }

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

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

 a { background-color: rgb(18,164,44); }

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

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

 span { border-color: rgb(18,164,44); }

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