Shades of Forest Green #129B30
Tints of Forest Green #129B30
RGB
CMYK
RGB Variations
Color information
#129B30 (or 0x129B30) is known color: Forest Green. HEX triplet: 12, 9B and 30. RGB value is (18,155,48). Sum of RGB (Red+Green+Blue) = 18+155+48=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 155 (60.94% from 255 or 70.14% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 155 - color contains mainly: green. Hex color #129B30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129B30 is #ED64CF. Grayscale: #666666. Windows color (decimal): -15557840 or 3185426. OLE color: 3185426.
HSL color Cylindrical-coordinate representation of color #129B30: hue angle of 133.14º 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 #129B30 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 155 | 48 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.39 |
| HSL | 133.14º | 0.79% | 0.34% | - |
| HSV(B) | 133.14º | 0.88% | 0.61% | - |
| XYZ | 12.5 | 23.78 | 6.73 | - |
| YUV | 101.84 | 97.61 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 48 | 0.88 | 0 | 0.69 | 0.39 | 133.14 | 0.79 | 0.34 |
| Hex | 12 | 9B | 30 | 58 | 0 | 45 | 27 | 85 | 4F | 22 |
| Octal | 22 | 233 | 60 | 130 | 0 | 105 | 47 | 205 | 117 | 42 |
| Binary | 10010 | 10011011 | 110000 | 1011000 | 0 | 1000101 | 100111 | 10000101 | 1001111 | 100010 |
Color Harmonies of #129B30
Complementary color
Monochromatic Colors of #129B30
Black with #129B30
Text Example
Text Example
White with #129B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129B30; }
p { color: rgb(18,155,48); }
H1.HeaderClassName
{
color: #129B30;
}
.AnyTagClassName
{
color: #129B30;
}
</style>
background-color css
<style>
a { background-color: #129B30; }
a { background-color: rgb(18,155,48); }
div.DivClassName
{
background-color: #129B30;
}
.BgClassName
{
background-color: #129B30;
}
</style>
border-color css
<style>
span { border-color: #129B30; }
span { border-color: rgb(18,155,48); }
td.TdClassName
{
border-color: #129B30;
}
.TagClassName
{
border-color: #129B30;
}
</style>