#12922C

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

Shades of Forest Green #12922C

Tints of Forest Green #12922C

Color information

#12922C (or 0x12922C) is unknown color: approx Forest Green. HEX triplet: 12, 92 and 2C. RGB value is (18,146,44). Sum of RGB (Red+Green+Blue) = 18+146+44=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 146 (57.42% from 255 or 70.19% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 146 - color contains mainly: green. Hex color #12922C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12922C is #ED6DD3. Grayscale: #606060. Windows color (decimal): -15560148 or 2920978. OLE color: 2920978.

HSL color Cylindrical-coordinate representation of color #12922C: hue angle of 132.19º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12922C is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB1814644-
CMYK0.8800.700.43
HSL132.19º78.05%32.16%-
HSV(B)132.19º87.67%57.25%-
XYZ10.9820.875.83-
YUV96.198.5972.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 146 (57.42% from 255) = 70.19%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=8.65%
G=70.19%
B=21.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18146440.8800.700.43132.1978.0532.16
Hex12922C580462B844e20
Octal222225413001065320411640
Binary1001010010010101100101100001000110101011100001001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12922C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12922C; }

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

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

<style>
 a { background-color: #12922C; }

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

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

<style>
 span { border-color: #12922C; }

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

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