Shades of Forest Green #12952C
Tints of Forest Green #12952C
RGB
CMYK
RGB Variations
Color information
#12952C (or 0x12952C) is known color: Forest Green. HEX triplet: 12, 95 and 2C. RGB value is (18,149,44). Sum of RGB (Red+Green+Blue) = 18+149+44=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #12952C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12952C is #ED6AD3. Grayscale: #626262. Windows color (decimal): -15559380 or 2921746. OLE color: 2921746.
HSL color Cylindrical-coordinate representation of color #12952C: hue angle of 131.91º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12952C is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 44 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.42 |
| HSL | 131.91º | 0.78% | 0.33% | - |
| HSV(B) | 131.91º | 0.88% | 0.58% | - |
| XYZ | 11.45 | 21.81 | 5.99 | - |
| YUV | 97.86 | 97.6 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 44 | 0.88 | 0 | 0.70 | 0.42 | 131.91 | 0.78 | 0.33 |
| Hex | 12 | 95 | 2C | 58 | 0 | 46 | 2A | 84 | 4E | 21 |
| Octal | 22 | 225 | 54 | 130 | 0 | 106 | 52 | 204 | 116 | 41 |
| Binary | 10010 | 10010101 | 101100 | 1011000 | 0 | 1000110 | 101010 | 10000100 | 1001110 | 100001 |
Color Harmonies of #12952C
Complementary color
Monochromatic Colors of #12952C
Black with #12952C
Text Example
Text Example
White with #12952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12952C; }
p { color: rgb(18,149,44); }
H1.HeaderClassName
{
color: #12952C;
}
.AnyTagClassName
{
color: #12952C;
}
</style>
background-color css
<style>
a { background-color: #12952C; }
a { background-color: rgb(18,149,44); }
div.DivClassName
{
background-color: #12952C;
}
.BgClassName
{
background-color: #12952C;
}
</style>
border-color css
<style>
span { border-color: #12952C; }
span { border-color: rgb(18,149,44); }
td.TdClassName
{
border-color: #12952C;
}
.TagClassName
{
border-color: #12952C;
}
</style>