Shades of Forest Green #129835
Tints of Forest Green #129835
RGB
CMYK
RGB Variations
Color information
#129835 (or 0x129835) is known color: Forest Green. HEX triplet: 12, 98 and 35. RGB value is (18,152,53). Sum of RGB (Red+Green+Blue) = 18+152+53=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 152 (59.77% from 255 or 68.16% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 152 - color contains mainly: green. Hex color #129835 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129835 is #ED67CA. Grayscale: #646464. Windows color (decimal): -15558603 or 3512338. OLE color: 3512338.
HSL color Cylindrical-coordinate representation of color #129835: hue angle of 135.67º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129835 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 152 | 53 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.40 |
| HSL | 135.67º | 0.79% | 0.33% | - |
| HSV(B) | 135.67º | 0.88% | 0.6% | - |
| XYZ | 12.12 | 22.84 | 7.14 | - |
| YUV | 100.65 | 101.11 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 53 | 0.88 | 0 | 0.65 | 0.40 | 135.67 | 0.79 | 0.33 |
| Hex | 12 | 98 | 35 | 58 | 0 | 41 | 28 | 88 | 4F | 21 |
| Octal | 22 | 230 | 65 | 130 | 0 | 101 | 50 | 210 | 117 | 41 |
| Binary | 10010 | 10011000 | 110101 | 1011000 | 0 | 1000001 | 101000 | 10001000 | 1001111 | 100001 |
Color Harmonies of #129835
Complementary color
Monochromatic Colors of #129835
Black with #129835
Text Example
Text Example
White with #129835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129835; }
p { color: rgb(18,152,53); }
H1.HeaderClassName
{
color: #129835;
}
.AnyTagClassName
{
color: #129835;
}
</style>
background-color css
<style>
a { background-color: #129835; }
a { background-color: rgb(18,152,53); }
div.DivClassName
{
background-color: #129835;
}
.BgClassName
{
background-color: #129835;
}
</style>
border-color css
<style>
span { border-color: #129835; }
span { border-color: rgb(18,152,53); }
td.TdClassName
{
border-color: #129835;
}
.TagClassName
{
border-color: #129835;
}
</style>