Shades of Forest Green #288B04
Tints of Forest Green #288B04
RGB
CMYK
RGB Variations
Color information
#288B04 (or 0x288B04) is known color: Forest Green. HEX triplet: 28, 8B and 04. RGB value is (40,139,4). Sum of RGB (Red+Green+Blue) = 40+139+4=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 139 (54.69% from 255 or 75.96% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 139 - color contains mainly: green. Hex color #288B04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288B04 is #D774FB. Grayscale: #5E5E5E. Windows color (decimal): -14120188 or 297768. OLE color: 297768.
HSL color Cylindrical-coordinate representation of color #288B04: hue angle of 104º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #288B04 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 4 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.45 |
| HSL | 104º | 0.94% | 0.28% | - |
| HSV(B) | 104º | 0.97% | 0.55% | - |
| XYZ | 10.13 | 18.93 | 3.23 | - |
| YUV | 94.01 | 77.2 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 4 | 0.71 | 0 | 0.97 | 0.45 | 104 | 0.94 | 0.28 |
| Hex | 28 | 8B | 4 | 47 | 0 | 61 | 2D | 68 | 5E | 1C |
| Octal | 50 | 213 | 4 | 107 | 0 | 141 | 55 | 150 | 136 | 34 |
| Binary | 101000 | 10001011 | 100 | 1000111 | 0 | 1100001 | 101101 | 1101000 | 1011110 | 11100 |
Color Harmonies of #288B04
Complementary color
Monochromatic Colors of #288B04
Black with #288B04
Text Example
Text Example
White with #288B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B04; }
p { color: rgb(40,139,4); }
H1.HeaderClassName
{
color: #288B04;
}
.AnyTagClassName
{
color: #288B04;
}
</style>
background-color css
<style>
a { background-color: #288B04; }
a { background-color: rgb(40,139,4); }
div.DivClassName
{
background-color: #288B04;
}
.BgClassName
{
background-color: #288B04;
}
</style>
border-color css
<style>
span { border-color: #288B04; }
span { border-color: rgb(40,139,4); }
td.TdClassName
{
border-color: #288B04;
}
.TagClassName
{
border-color: #288B04;
}
</style>