Shades of Forest Green #129725
Tints of Forest Green #129725
RGB
CMYK
RGB Variations
Color information
#129725 (or 0x129725) is known color: Forest Green. HEX triplet: 12, 97 and 25. RGB value is (18,151,37). Sum of RGB (Red+Green+Blue) = 18+151+37=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 151 (59.38% from 255 or 73.30% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 151 - color contains mainly: green. Hex color #129725 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129725 is #ED68DA. Grayscale: #626262. Windows color (decimal): -15558875 or 2463506. OLE color: 2463506.
HSL color Cylindrical-coordinate representation of color #129725: hue angle of 128.57º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129725 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 37 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.41 |
| HSL | 128.57º | 0.79% | 0.33% | - |
| HSV(B) | 128.57º | 0.88% | 0.59% | - |
| XYZ | 11.65 | 22.4 | 5.46 | - |
| YUV | 98.24 | 93.44 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 37 | 0.88 | 0 | 0.75 | 0.41 | 128.57 | 0.79 | 0.33 |
| Hex | 12 | 97 | 25 | 58 | 0 | 4B | 29 | 81 | 4F | 21 |
| Octal | 22 | 227 | 45 | 130 | 0 | 113 | 51 | 201 | 117 | 41 |
| Binary | 10010 | 10010111 | 100101 | 1011000 | 0 | 1001011 | 101001 | 10000001 | 1001111 | 100001 |
Color Harmonies of #129725
Complementary color
Monochromatic Colors of #129725
Black with #129725
Text Example
Text Example
White with #129725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129725; }
p { color: rgb(18,151,37); }
H1.HeaderClassName
{
color: #129725;
}
.AnyTagClassName
{
color: #129725;
}
</style>
background-color css
<style>
a { background-color: #129725; }
a { background-color: rgb(18,151,37); }
div.DivClassName
{
background-color: #129725;
}
.BgClassName
{
background-color: #129725;
}
</style>
border-color css
<style>
span { border-color: #129725; }
span { border-color: rgb(18,151,37); }
td.TdClassName
{
border-color: #129725;
}
.TagClassName
{
border-color: #129725;
}
</style>