Shades of Forest Green #298A02
Tints of Forest Green #298A02
RGB
CMYK
RGB Variations
Color information
#298A02 (or 0x298A02) is known color: Forest Green. HEX triplet: 29, 8A and 02. RGB value is (41,138,2). Sum of RGB (Red+Green+Blue) = 41+138+2=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 138 (54.30% from 255 or 76.24% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 138 - color contains mainly: green. Hex color #298A02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298A02 is #D675FD. Grayscale: #5D5D5D. Windows color (decimal): -14054910 or 166441. OLE color: 166441.
HSL color Cylindrical-coordinate representation of color #298A02: hue angle of 102.79º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #298A02 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 138 | 2 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.46 |
| HSL | 102.79º | 0.97% | 0.27% | - |
| HSV(B) | 102.79º | 0.99% | 0.54% | - |
| XYZ | 10.01 | 18.65 | 3.13 | - |
| YUV | 93.49 | 76.36 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 2 | 0.70 | 0 | 0.99 | 0.46 | 102.79 | 0.97 | 0.27 |
| Hex | 29 | 8A | 2 | 46 | 0 | 63 | 2E | 67 | 61 | 1B |
| Octal | 51 | 212 | 2 | 106 | 0 | 143 | 56 | 147 | 141 | 33 |
| Binary | 101001 | 10001010 | 10 | 1000110 | 0 | 1100011 | 101110 | 1100111 | 1100001 | 11011 |
Color Harmonies of #298A02
Complementary color
Monochromatic Colors of #298A02
Black with #298A02
Text Example
Text Example
White with #298A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298A02; }
p { color: rgb(41,138,2); }
H1.HeaderClassName
{
color: #298A02;
}
.AnyTagClassName
{
color: #298A02;
}
</style>
background-color css
<style>
a { background-color: #298A02; }
a { background-color: rgb(41,138,2); }
div.DivClassName
{
background-color: #298A02;
}
.BgClassName
{
background-color: #298A02;
}
</style>
border-color css
<style>
span { border-color: #298A02; }
span { border-color: rgb(41,138,2); }
td.TdClassName
{
border-color: #298A02;
}
.TagClassName
{
border-color: #298A02;
}
</style>