Shades of Forest Green #129334
Tints of Forest Green #129334
RGB
CMYK
RGB Variations
Color information
#129334 (or 0x129334) is known color: Forest Green. HEX triplet: 12, 93 and 34. RGB value is (18,147,52). Sum of RGB (Red+Green+Blue) = 18+147+52=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #129334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129334 is #ED6CCB. Grayscale: #616161. Windows color (decimal): -15559884 or 3445522. OLE color: 3445522.
HSL color Cylindrical-coordinate representation of color #129334: hue angle of 135.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129334 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 52 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.42 |
| HSL | 135.81º | 0.78% | 0.32% | - |
| HSV(B) | 135.81º | 0.88% | 0.58% | - |
| XYZ | 11.3 | 21.24 | 6.75 | - |
| YUV | 97.6 | 102.26 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 52 | 0.88 | 0 | 0.65 | 0.42 | 135.81 | 0.78 | 0.32 |
| Hex | 12 | 93 | 34 | 58 | 0 | 41 | 2A | 88 | 4E | 20 |
| Octal | 22 | 223 | 64 | 130 | 0 | 101 | 52 | 210 | 116 | 40 |
| Binary | 10010 | 10010011 | 110100 | 1011000 | 0 | 1000001 | 101010 | 10001000 | 1001110 | 100000 |
Color Harmonies of #129334
Complementary color
Monochromatic Colors of #129334
Black with #129334
Text Example
Text Example
White with #129334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129334; }
p { color: rgb(18,147,52); }
H1.HeaderClassName
{
color: #129334;
}
.AnyTagClassName
{
color: #129334;
}
</style>
background-color css
<style>
a { background-color: #129334; }
a { background-color: rgb(18,147,52); }
div.DivClassName
{
background-color: #129334;
}
.BgClassName
{
background-color: #129334;
}
</style>
border-color css
<style>
span { border-color: #129334; }
span { border-color: rgb(18,147,52); }
td.TdClassName
{
border-color: #129334;
}
.TagClassName
{
border-color: #129334;
}
</style>