#12A21C

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

Shades of Forest Green #12A21C

Tints of Forest Green #12A21C

Color information

#12A21C (or 0x12A21C) is unknown color: approx Forest Green. HEX triplet: 12, A2 and 1C. RGB value is (18,162,28). Sum of RGB (Red+Green+Blue) = 18+162+28=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 162 (63.67% from 255 or 77.88% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 162 - color contains mainly: green. Hex color #12A21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A21C is #ED5DE3. Grayscale: #686868. Windows color (decimal): -15556068 or 1876498. OLE color: 1876498.

HSL color Cylindrical-coordinate representation of color #12A21C: hue angle of 124.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 #12A21C is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1816228-
CMYK0.8900.830.36
HSL124.17º80%35.29%-
HSV(B)124.17º88.89%63.53%-
XYZ13.3826.055.42-
YUV103.6785.2966.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 162 (63.67% from 255) = 77.88%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=8.65%
G=77.88%
B=13.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18162280.8900.830.36124.178035.29
Hex12A21C59053247c5023
Octal222423413101234417412043
Binary10010101000101110010110010101001110010011111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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