Shades of Forest Green #298127
Tints of Forest Green #298127
RGB
CMYK
RGB Variations
Color information
#298127 (or 0x298127) is known color: Forest Green. HEX triplet: 29, 81 and 27. RGB value is (41,129,39). Sum of RGB (Red+Green+Blue) = 41+129+39=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 129 (50.78% from 255 or 61.72% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 129 - color contains mainly: green. Hex color #298127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298127 is #D67ED8. Grayscale: #5C5C5C. Windows color (decimal): -14057177 or 2588969. OLE color: 2588969.
HSL color Cylindrical-coordinate representation of color #298127: hue angle of 118.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298127 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 129 | 39 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.49 |
| HSL | 118.67º | 0.54% | 0.33% | - |
| HSV(B) | 118.67º | 0.7% | 0.51% | - |
| XYZ | 9.13 | 16.32 | 4.59 | - |
| YUV | 92.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 39 | 0.68 | 0 | 0.70 | 0.49 | 118.67 | 0.54 | 0.33 |
| Hex | 29 | 81 | 27 | 44 | 0 | 46 | 31 | 77 | 36 | 21 |
| Octal | 51 | 201 | 47 | 104 | 0 | 106 | 61 | 167 | 66 | 41 |
| Binary | 101001 | 10000001 | 100111 | 1000100 | 0 | 1000110 | 110001 | 1110111 | 110110 | 100001 |
Color Harmonies of #298127
Complementary color
Monochromatic Colors of #298127
Black with #298127
Text Example
Text Example
White with #298127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298127; }
p { color: rgb(41,129,39); }
H1.HeaderClassName
{
color: #298127;
}
.AnyTagClassName
{
color: #298127;
}
</style>
background-color css
<style>
a { background-color: #298127; }
a { background-color: rgb(41,129,39); }
div.DivClassName
{
background-color: #298127;
}
.BgClassName
{
background-color: #298127;
}
</style>
border-color css
<style>
span { border-color: #298127; }
span { border-color: rgb(41,129,39); }
td.TdClassName
{
border-color: #298127;
}
.TagClassName
{
border-color: #298127;
}
</style>