Shades of Forest Green #129B2D
Tints of Forest Green #129B2D
RGB
CMYK
RGB Variations
Color information
#129B2D (or 0x129B2D) is known color: Forest Green. HEX triplet: 12, 9B and 2D. RGB value is (18,155,45). Sum of RGB (Red+Green+Blue) = 18+155+45=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 155 (60.94% from 255 or 71.10% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 155 - color contains mainly: green. Hex color #129B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129B2D is #ED64D2. Grayscale: #656565. Windows color (decimal): -15557843 or 2988818. OLE color: 2988818.
HSL color Cylindrical-coordinate representation of color #129B2D: hue angle of 131.82º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129B2D is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 155 | 45 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.39 |
| HSL | 131.82º | 0.79% | 0.34% | - |
| HSV(B) | 131.82º | 0.88% | 0.61% | - |
| XYZ | 12.44 | 23.76 | 6.41 | - |
| YUV | 101.5 | 96.11 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 45 | 0.88 | 0 | 0.71 | 0.39 | 131.82 | 0.79 | 0.34 |
| Hex | 12 | 9B | 2D | 58 | 0 | 47 | 27 | 84 | 4F | 22 |
| Octal | 22 | 233 | 55 | 130 | 0 | 107 | 47 | 204 | 117 | 42 |
| Binary | 10010 | 10011011 | 101101 | 1011000 | 0 | 1000111 | 100111 | 10000100 | 1001111 | 100010 |
Color Harmonies of #129B2D
Complementary color
Monochromatic Colors of #129B2D
Black with #129B2D
Text Example
Text Example
White with #129B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129B2D; }
p { color: rgb(18,155,45); }
H1.HeaderClassName
{
color: #129B2D;
}
.AnyTagClassName
{
color: #129B2D;
}
</style>
background-color css
<style>
a { background-color: #129B2D; }
a { background-color: rgb(18,155,45); }
div.DivClassName
{
background-color: #129B2D;
}
.BgClassName
{
background-color: #129B2D;
}
</style>
border-color css
<style>
span { border-color: #129B2D; }
span { border-color: rgb(18,155,45); }
td.TdClassName
{
border-color: #129B2D;
}
.TagClassName
{
border-color: #129B2D;
}
</style>