Shades of Forest Green #298701
Tints of Forest Green #298701
RGB
CMYK
RGB Variations
Color information
#298701 (or 0x298701) is known color: Forest Green. HEX triplet: 29, 87 and 01. RGB value is (41,135,1). Sum of RGB (Red+Green+Blue) = 41+135+1=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 135 (53.12% from 255 or 76.27% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 135 - color contains mainly: green. Hex color #298701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298701 is #D678FE. Grayscale: #5C5C5C. Windows color (decimal): -14055679 or 100137. OLE color: 100137.
HSL color Cylindrical-coordinate representation of color #298701: hue angle of 102.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #298701 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 135 | 1 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.47 |
| HSL | 102.09º | 0.99% | 0.27% | - |
| HSV(B) | 102.09º | 0.99% | 0.53% | - |
| XYZ | 9.58 | 17.8 | 2.96 | - |
| YUV | 91.62 | 76.86 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 135 | 1 | 0.70 | 0 | 0.99 | 0.47 | 102.09 | 0.99 | 0.27 |
| Hex | 29 | 87 | 1 | 46 | 0 | 63 | 2F | 66 | 63 | 1B |
| Octal | 51 | 207 | 1 | 106 | 0 | 143 | 57 | 146 | 143 | 33 |
| Binary | 101001 | 10000111 | 1 | 1000110 | 0 | 1100011 | 101111 | 1100110 | 1100011 | 11011 |
Color Harmonies of #298701
Complementary color
Monochromatic Colors of #298701
Black with #298701
Text Example
Text Example
White with #298701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298701; }
p { color: rgb(41,135,1); }
H1.HeaderClassName
{
color: #298701;
}
.AnyTagClassName
{
color: #298701;
}
</style>
background-color css
<style>
a { background-color: #298701; }
a { background-color: rgb(41,135,1); }
div.DivClassName
{
background-color: #298701;
}
.BgClassName
{
background-color: #298701;
}
</style>
border-color css
<style>
span { border-color: #298701; }
span { border-color: rgb(41,135,1); }
td.TdClassName
{
border-color: #298701;
}
.TagClassName
{
border-color: #298701;
}
</style>