Shades of Forest Green #289401
Tints of Forest Green #289401
RGB
CMYK
RGB Variations
Color information
#289401 (or 0x289401) is known color: Forest Green. HEX triplet: 28, 94 and 01. RGB value is (40,148,1). Sum of RGB (Red+Green+Blue) = 40+148+1=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 148 (58.20% from 255 or 78.31% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 148 - color contains mainly: green. Hex color #289401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #289401 is #D76BFE. Grayscale: #636363. Windows color (decimal): -14117887 or 103464. OLE color: 103464.
HSL color Cylindrical-coordinate representation of color #289401: hue angle of 104.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #289401 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.42 |
| HSL | 104.08º | 0.99% | 0.29% | - |
| HSV(B) | 104.08º | 0.99% | 0.58% | - |
| XYZ | 11.47 | 21.63 | 3.6 | - |
| YUV | 98.95 | 72.72 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 1 | 0.73 | 0 | 0.99 | 0.42 | 104.08 | 0.99 | 0.29 |
| Hex | 28 | 94 | 1 | 49 | 0 | 63 | 2A | 68 | 63 | 1D |
| Octal | 50 | 224 | 1 | 111 | 0 | 143 | 52 | 150 | 143 | 35 |
| Binary | 101000 | 10010100 | 1 | 1001001 | 0 | 1100011 | 101010 | 1101000 | 1100011 | 11101 |
Color Harmonies of #289401
Complementary color
Monochromatic Colors of #289401
Black with #289401
Text Example
Text Example
White with #289401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289401; }
p { color: rgb(40,148,1); }
H1.HeaderClassName
{
color: #289401;
}
.AnyTagClassName
{
color: #289401;
}
</style>
background-color css
<style>
a { background-color: #289401; }
a { background-color: rgb(40,148,1); }
div.DivClassName
{
background-color: #289401;
}
.BgClassName
{
background-color: #289401;
}
</style>
border-color css
<style>
span { border-color: #289401; }
span { border-color: rgb(40,148,1); }
td.TdClassName
{
border-color: #289401;
}
.TagClassName
{
border-color: #289401;
}
</style>