Shades of Forest Green #129C23
Tints of Forest Green #129C23
RGB
CMYK
RGB Variations
Color information
#129C23 (or 0x129C23) is known color: Forest Green. HEX triplet: 12, 9C and 23. RGB value is (18,156,35). Sum of RGB (Red+Green+Blue) = 18+156+35=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 156 (61.33% from 255 or 74.64% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 156 - color contains mainly: green. Hex color #129C23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C23 is #ED63DC. Grayscale: #656565. Windows color (decimal): -15557597 or 2333714. OLE color: 2333714.
HSL color Cylindrical-coordinate representation of color #129C23: hue angle of 127.39º 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 #129C23 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 35 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.39 |
| HSL | 127.39º | 0.79% | 0.34% | - |
| HSV(B) | 127.39º | 0.88% | 0.61% | - |
| XYZ | 12.44 | 24.03 | 5.57 | - |
| YUV | 100.94 | 90.78 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 35 | 0.88 | 0 | 0.78 | 0.39 | 127.39 | 0.79 | 0.34 |
| Hex | 12 | 9C | 23 | 58 | 0 | 4E | 27 | 7F | 4F | 22 |
| Octal | 22 | 234 | 43 | 130 | 0 | 116 | 47 | 177 | 117 | 42 |
| Binary | 10010 | 10011100 | 100011 | 1011000 | 0 | 1001110 | 100111 | 1111111 | 1001111 | 100010 |
Color Harmonies of #129C23
Complementary color
Monochromatic Colors of #129C23
Black with #129C23
Text Example
Text Example
White with #129C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C23; }
p { color: rgb(18,156,35); }
H1.HeaderClassName
{
color: #129C23;
}
.AnyTagClassName
{
color: #129C23;
}
</style>
background-color css
<style>
a { background-color: #129C23; }
a { background-color: rgb(18,156,35); }
div.DivClassName
{
background-color: #129C23;
}
.BgClassName
{
background-color: #129C23;
}
</style>
border-color css
<style>
span { border-color: #129C23; }
span { border-color: rgb(18,156,35); }
td.TdClassName
{
border-color: #129C23;
}
.TagClassName
{
border-color: #129C23;
}
</style>