Shades of Forest Green #129133
Tints of Forest Green #129133
RGB
CMYK
RGB Variations
Color information
#129133 (or 0x129133) is known color: Forest Green. HEX triplet: 12, 91 and 33. RGB value is (18,145,51). Sum of RGB (Red+Green+Blue) = 18+145+51=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 145 (57.03% from 255 or 67.76% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 145 - color contains mainly: green. Hex color #129133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129133 is #ED6ECC. Grayscale: #606060. Windows color (decimal): -15560397 or 3379474. OLE color: 3379474.
HSL color Cylindrical-coordinate representation of color #129133: hue angle of 135.59º 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 #129133 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 51 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.43 |
| HSL | 135.59º | 0.78% | 0.32% | - |
| HSV(B) | 135.59º | 0.88% | 0.57% | - |
| XYZ | 10.97 | 20.62 | 6.53 | - |
| YUV | 96.31 | 102.42 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 51 | 0.88 | 0 | 0.65 | 0.43 | 135.59 | 0.78 | 0.32 |
| Hex | 12 | 91 | 33 | 58 | 0 | 41 | 2B | 88 | 4E | 20 |
| Octal | 22 | 221 | 63 | 130 | 0 | 101 | 53 | 210 | 116 | 40 |
| Binary | 10010 | 10010001 | 110011 | 1011000 | 0 | 1000001 | 101011 | 10001000 | 1001110 | 100000 |
Color Harmonies of #129133
Complementary color
Monochromatic Colors of #129133
Black with #129133
Text Example
Text Example
White with #129133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129133; }
p { color: rgb(18,145,51); }
H1.HeaderClassName
{
color: #129133;
}
.AnyTagClassName
{
color: #129133;
}
</style>
background-color css
<style>
a { background-color: #129133; }
a { background-color: rgb(18,145,51); }
div.DivClassName
{
background-color: #129133;
}
.BgClassName
{
background-color: #129133;
}
</style>
border-color css
<style>
span { border-color: #129133; }
span { border-color: rgb(18,145,51); }
td.TdClassName
{
border-color: #129133;
}
.TagClassName
{
border-color: #129133;
}
</style>