Shades of Forest Green #12952B
Tints of Forest Green #12952B
RGB
CMYK
RGB Variations
Color information
#12952B (or 0x12952B) is known color: Forest Green. HEX triplet: 12, 95 and 2B. RGB value is (18,149,43). Sum of RGB (Red+Green+Blue) = 18+149+43=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #12952B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12952B is #ED6AD4. Grayscale: #626262. Windows color (decimal): -15559381 or 2856210. OLE color: 2856210.
HSL color Cylindrical-coordinate representation of color #12952B: hue angle of 131.45º 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 #12952B is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 43 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.42 |
| HSL | 131.45º | 0.78% | 0.33% | - |
| HSV(B) | 131.45º | 0.88% | 0.58% | - |
| XYZ | 11.43 | 21.8 | 5.89 | - |
| YUV | 97.75 | 97.1 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 43 | 0.88 | 0 | 0.71 | 0.42 | 131.45 | 0.78 | 0.33 |
| Hex | 12 | 95 | 2B | 58 | 0 | 47 | 2A | 83 | 4E | 21 |
| Octal | 22 | 225 | 53 | 130 | 0 | 107 | 52 | 203 | 116 | 41 |
| Binary | 10010 | 10010101 | 101011 | 1011000 | 0 | 1000111 | 101010 | 10000011 | 1001110 | 100001 |
Color Harmonies of #12952B
Complementary color
Monochromatic Colors of #12952B
Black with #12952B
Text Example
Text Example
White with #12952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12952B; }
p { color: rgb(18,149,43); }
H1.HeaderClassName
{
color: #12952B;
}
.AnyTagClassName
{
color: #12952B;
}
</style>
background-color css
<style>
a { background-color: #12952B; }
a { background-color: rgb(18,149,43); }
div.DivClassName
{
background-color: #12952B;
}
.BgClassName
{
background-color: #12952B;
}
</style>
border-color css
<style>
span { border-color: #12952B; }
span { border-color: rgb(18,149,43); }
td.TdClassName
{
border-color: #12952B;
}
.TagClassName
{
border-color: #12952B;
}
</style>