Shades of Forest Green #289B14
Tints of Forest Green #289B14
RGB
CMYK
RGB Variations
Color information
#289B14 (or 0x289B14) is known color: Forest Green. HEX triplet: 28, 9B and 14. RGB value is (40,155,20). Sum of RGB (Red+Green+Blue) = 40+155+20=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 155 (60.94% from 255 or 72.09% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 155 - color contains mainly: green. Hex color #289B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #289B14 is #D764EB. Grayscale: #696969. Windows color (decimal): -14116076 or 1350440. OLE color: 1350440.
HSL color Cylindrical-coordinate representation of color #289B14: hue angle of 111.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #289B14 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 20 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.39 |
| HSL | 111.11º | 0.77% | 0.34% | - |
| HSV(B) | 111.11º | 0.87% | 0.61% | - |
| XYZ | 12.72 | 23.94 | 4.61 | - |
| YUV | 105.23 | 79.9 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 20 | 0.74 | 0 | 0.87 | 0.39 | 111.11 | 0.77 | 0.34 |
| Hex | 28 | 9B | 14 | 4A | 0 | 57 | 27 | 6F | 4D | 22 |
| Octal | 50 | 233 | 24 | 112 | 0 | 127 | 47 | 157 | 115 | 42 |
| Binary | 101000 | 10011011 | 10100 | 1001010 | 0 | 1010111 | 100111 | 1101111 | 1001101 | 100010 |
Color Harmonies of #289B14
Complementary color
Monochromatic Colors of #289B14
Black with #289B14
Text Example
Text Example
White with #289B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B14; }
p { color: rgb(40,155,20); }
H1.HeaderClassName
{
color: #289B14;
}
.AnyTagClassName
{
color: #289B14;
}
</style>
background-color css
<style>
a { background-color: #289B14; }
a { background-color: rgb(40,155,20); }
div.DivClassName
{
background-color: #289B14;
}
.BgClassName
{
background-color: #289B14;
}
</style>
border-color css
<style>
span { border-color: #289B14; }
span { border-color: rgb(40,155,20); }
td.TdClassName
{
border-color: #289B14;
}
.TagClassName
{
border-color: #289B14;
}
</style>