Shades of Forest Green #129333
Tints of Forest Green #129333
RGB
CMYK
RGB Variations
Color information
#129333 (or 0x129333) is known color: Forest Green. HEX triplet: 12, 93 and 33. RGB value is (18,147,51). Sum of RGB (Red+Green+Blue) = 18+147+51=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 147 (57.81% from 255 or 68.06% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 147 - color contains mainly: green. Hex color #129333 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129333 is #ED6CCC. Grayscale: #616161. Windows color (decimal): -15559885 or 3379986. OLE color: 3379986.
HSL color Cylindrical-coordinate representation of color #129333: hue angle of 135.35º 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 #129333 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 51 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.42 |
| HSL | 135.35º | 0.78% | 0.32% | - |
| HSV(B) | 135.35º | 0.88% | 0.58% | - |
| XYZ | 11.28 | 21.24 | 6.64 | - |
| YUV | 97.49 | 101.76 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 51 | 0.88 | 0 | 0.65 | 0.42 | 135.35 | 0.78 | 0.32 |
| Hex | 12 | 93 | 33 | 58 | 0 | 41 | 2A | 87 | 4E | 20 |
| Octal | 22 | 223 | 63 | 130 | 0 | 101 | 52 | 207 | 116 | 40 |
| Binary | 10010 | 10010011 | 110011 | 1011000 | 0 | 1000001 | 101010 | 10000111 | 1001110 | 100000 |
Color Harmonies of #129333
Complementary color
Monochromatic Colors of #129333
Black with #129333
Text Example
Text Example
White with #129333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129333; }
p { color: rgb(18,147,51); }
H1.HeaderClassName
{
color: #129333;
}
.AnyTagClassName
{
color: #129333;
}
</style>
background-color css
<style>
a { background-color: #129333; }
a { background-color: rgb(18,147,51); }
div.DivClassName
{
background-color: #129333;
}
.BgClassName
{
background-color: #129333;
}
</style>
border-color css
<style>
span { border-color: #129333; }
span { border-color: rgb(18,147,51); }
td.TdClassName
{
border-color: #129333;
}
.TagClassName
{
border-color: #129333;
}
</style>