Shades of Forest Green #289314
Tints of Forest Green #289314
RGB
CMYK
RGB Variations
Color information
#289314 (or 0x289314) is known color: Forest Green. HEX triplet: 28, 93 and 14. RGB value is (40,147,20). Sum of RGB (Red+Green+Blue) = 40+147+20=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 147 (57.81% from 255 or 71.01% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 147 - color contains mainly: green. Hex color #289314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #289314 is #D76CEB. Grayscale: #646464. Windows color (decimal): -14118124 or 1348392. OLE color: 1348392.
HSL color Cylindrical-coordinate representation of color #289314: hue angle of 110.55º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #289314 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 20 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.42 |
| HSL | 110.55º | 0.76% | 0.33% | - |
| HSV(B) | 110.55º | 0.86% | 0.58% | - |
| XYZ | 11.44 | 21.37 | 4.18 | - |
| YUV | 100.53 | 82.55 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 20 | 0.73 | 0 | 0.86 | 0.42 | 110.55 | 0.76 | 0.33 |
| Hex | 28 | 93 | 14 | 49 | 0 | 56 | 2A | 6F | 4C | 21 |
| Octal | 50 | 223 | 24 | 111 | 0 | 126 | 52 | 157 | 114 | 41 |
| Binary | 101000 | 10010011 | 10100 | 1001001 | 0 | 1010110 | 101010 | 1101111 | 1001100 | 100001 |
Color Harmonies of #289314
Complementary color
Monochromatic Colors of #289314
Black with #289314
Text Example
Text Example
White with #289314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289314; }
p { color: rgb(40,147,20); }
H1.HeaderClassName
{
color: #289314;
}
.AnyTagClassName
{
color: #289314;
}
</style>
background-color css
<style>
a { background-color: #289314; }
a { background-color: rgb(40,147,20); }
div.DivClassName
{
background-color: #289314;
}
.BgClassName
{
background-color: #289314;
}
</style>
border-color css
<style>
span { border-color: #289314; }
span { border-color: rgb(40,147,20); }
td.TdClassName
{
border-color: #289314;
}
.TagClassName
{
border-color: #289314;
}
</style>