Shades of Forest Green #298C2F
Tints of Forest Green #298C2F
RGB
CMYK
RGB Variations
Color information
#298C2F (or 0x298C2F) is known color: Forest Green. HEX triplet: 29, 8C and 2F. RGB value is (41,140,47). Sum of RGB (Red+Green+Blue) = 41+140+47=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #298C2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298C2F is #D673D0. Grayscale: #646464. Windows color (decimal): -14054353 or 3116073. OLE color: 3116073.
HSL color Cylindrical-coordinate representation of color #298C2F: hue angle of 123.64º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298C2F is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 140 | 47 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.45 |
| HSL | 123.64º | 0.55% | 0.35% | - |
| HSV(B) | 123.64º | 0.71% | 0.55% | - |
| XYZ | 10.81 | 19.43 | 5.87 | - |
| YUV | 99.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 47 | 0.71 | 0 | 0.66 | 0.45 | 123.64 | 0.55 | 0.35 |
| Hex | 29 | 8C | 2F | 47 | 0 | 42 | 2D | 7C | 37 | 23 |
| Octal | 51 | 214 | 57 | 107 | 0 | 102 | 55 | 174 | 67 | 43 |
| Binary | 101001 | 10001100 | 101111 | 1000111 | 0 | 1000010 | 101101 | 1111100 | 110111 | 100011 |
Color Harmonies of #298C2F
Complementary color
Monochromatic Colors of #298C2F
Black with #298C2F
Text Example
Text Example
White with #298C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298C2F; }
p { color: rgb(41,140,47); }
H1.HeaderClassName
{
color: #298C2F;
}
.AnyTagClassName
{
color: #298C2F;
}
</style>
background-color css
<style>
a { background-color: #298C2F; }
a { background-color: rgb(41,140,47); }
div.DivClassName
{
background-color: #298C2F;
}
.BgClassName
{
background-color: #298C2F;
}
</style>
border-color css
<style>
span { border-color: #298C2F; }
span { border-color: rgb(41,140,47); }
td.TdClassName
{
border-color: #298C2F;
}
.TagClassName
{
border-color: #298C2F;
}
</style>