Shades of Forest Green #288101
Tints of Forest Green #288101
RGB
CMYK
RGB Variations
Color information
#288101 (or 0x288101) is known color: Forest Green. HEX triplet: 28, 81 and 01. RGB value is (40,129,1). Sum of RGB (Red+Green+Blue) = 40+129+1=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #288101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288101 is #D77EFE. Grayscale: #585858. Windows color (decimal): -14122751 or 98600. OLE color: 98600.
HSL color Cylindrical-coordinate representation of color #288101: hue angle of 101.72º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #288101 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 1 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.49 |
| HSL | 101.72º | 0.98% | 0.25% | - |
| HSV(B) | 101.72º | 0.99% | 0.51% | - |
| XYZ | 8.73 | 16.15 | 2.69 | - |
| YUV | 87.8 | 79.01 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 1 | 0.69 | 0 | 0.99 | 0.49 | 101.72 | 0.98 | 0.25 |
| Hex | 28 | 81 | 1 | 45 | 0 | 63 | 31 | 66 | 62 | 19 |
| Octal | 50 | 201 | 1 | 105 | 0 | 143 | 61 | 146 | 142 | 31 |
| Binary | 101000 | 10000001 | 1 | 1000101 | 0 | 1100011 | 110001 | 1100110 | 1100010 | 11001 |
Color Harmonies of #288101
Complementary color
Monochromatic Colors of #288101
Black with #288101
Text Example
Text Example
White with #288101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288101; }
p { color: rgb(40,129,1); }
H1.HeaderClassName
{
color: #288101;
}
.AnyTagClassName
{
color: #288101;
}
</style>
background-color css
<style>
a { background-color: #288101; }
a { background-color: rgb(40,129,1); }
div.DivClassName
{
background-color: #288101;
}
.BgClassName
{
background-color: #288101;
}
</style>
border-color css
<style>
span { border-color: #288101; }
span { border-color: rgb(40,129,1); }
td.TdClassName
{
border-color: #288101;
}
.TagClassName
{
border-color: #288101;
}
</style>