Shades of Forest Green #12952F
Tints of Forest Green #12952F
RGB
CMYK
RGB Variations
Color information
#12952F (or 0x12952F) is known color: Forest Green. HEX triplet: 12, 95 and 2F. RGB value is (18,149,47). Sum of RGB (Red+Green+Blue) = 18+149+47=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #12952F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12952F is #ED6AD0. Grayscale: #626262. Windows color (decimal): -15559377 or 3118354. OLE color: 3118354.
HSL color Cylindrical-coordinate representation of color #12952F: hue angle of 133.28º 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 #12952F is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 47 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.42 |
| HSL | 133.28º | 0.78% | 0.33% | - |
| HSV(B) | 133.28º | 0.88% | 0.58% | - |
| XYZ | 11.51 | 21.83 | 6.3 | - |
| YUV | 98.2 | 99.1 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 47 | 0.88 | 0 | 0.68 | 0.42 | 133.28 | 0.78 | 0.33 |
| Hex | 12 | 95 | 2F | 58 | 0 | 44 | 2A | 85 | 4E | 21 |
| Octal | 22 | 225 | 57 | 130 | 0 | 104 | 52 | 205 | 116 | 41 |
| Binary | 10010 | 10010101 | 101111 | 1011000 | 0 | 1000100 | 101010 | 10000101 | 1001110 | 100001 |
Color Harmonies of #12952F
Complementary color
Monochromatic Colors of #12952F
Black with #12952F
Text Example
Text Example
White with #12952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12952F; }
p { color: rgb(18,149,47); }
H1.HeaderClassName
{
color: #12952F;
}
.AnyTagClassName
{
color: #12952F;
}
</style>
background-color css
<style>
a { background-color: #12952F; }
a { background-color: rgb(18,149,47); }
div.DivClassName
{
background-color: #12952F;
}
.BgClassName
{
background-color: #12952F;
}
</style>
border-color css
<style>
span { border-color: #12952F; }
span { border-color: rgb(18,149,47); }
td.TdClassName
{
border-color: #12952F;
}
.TagClassName
{
border-color: #12952F;
}
</style>