Shades of Forest Green #298013
Tints of Forest Green #298013
RGB
CMYK
RGB Variations
Color information
#298013 (or 0x298013) is known color: Forest Green. HEX triplet: 29, 80 and 13. RGB value is (41,128,19). Sum of RGB (Red+Green+Blue) = 41+128+19=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 128 (50.39% from 255 or 68.09% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 128 - color contains mainly: green. Hex color #298013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298013 is #D67FEC. Grayscale: #595959. Windows color (decimal): -14057453 or 1277993. OLE color: 1277993.
HSL color Cylindrical-coordinate representation of color #298013: hue angle of 107.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #298013 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 128 | 19 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.50 |
| HSL | 107.89º | 0.74% | 0.29% | - |
| HSV(B) | 107.89º | 0.85% | 0.5% | - |
| XYZ | 8.75 | 15.96 | 3.23 | - |
| YUV | 89.56 | 88.18 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 19 | 0.68 | 0 | 0.85 | 0.50 | 107.89 | 0.74 | 0.29 |
| Hex | 29 | 80 | 13 | 44 | 0 | 55 | 32 | 6C | 4A | 1D |
| Octal | 51 | 200 | 23 | 104 | 0 | 125 | 62 | 154 | 112 | 35 |
| Binary | 101001 | 10000000 | 10011 | 1000100 | 0 | 1010101 | 110010 | 1101100 | 1001010 | 11101 |
Color Harmonies of #298013
Complementary color
Monochromatic Colors of #298013
Black with #298013
Text Example
Text Example
White with #298013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298013; }
p { color: rgb(41,128,19); }
H1.HeaderClassName
{
color: #298013;
}
.AnyTagClassName
{
color: #298013;
}
</style>
background-color css
<style>
a { background-color: #298013; }
a { background-color: rgb(41,128,19); }
div.DivClassName
{
background-color: #298013;
}
.BgClassName
{
background-color: #298013;
}
</style>
border-color css
<style>
span { border-color: #298013; }
span { border-color: rgb(41,128,19); }
td.TdClassName
{
border-color: #298013;
}
.TagClassName
{
border-color: #298013;
}
</style>