Shades of Forest Green #288106
Tints of Forest Green #288106
RGB
CMYK
RGB Variations
Color information
#288106 (or 0x288106) is known color: Forest Green. HEX triplet: 28, 81 and 06. RGB value is (40,129,6). Sum of RGB (Red+Green+Blue) = 40+129+6=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 129 (50.78% from 255 or 73.71% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 129 - color contains mainly: green. Hex color #288106 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288106 is #D77EF9. Grayscale: #585858. Windows color (decimal): -14122746 or 426280. OLE color: 426280.
HSL color Cylindrical-coordinate representation of color #288106: hue angle of 103.41º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #288106 is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 6 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.49 |
| HSL | 103.41º | 0.91% | 0.26% | - |
| HSV(B) | 103.41º | 0.95% | 0.51% | - |
| XYZ | 8.76 | 16.16 | 2.83 | - |
| YUV | 88.37 | 81.51 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 6 | 0.69 | 0 | 0.95 | 0.49 | 103.41 | 0.91 | 0.26 |
| Hex | 28 | 81 | 6 | 45 | 0 | 5F | 31 | 67 | 5B | 1A |
| Octal | 50 | 201 | 6 | 105 | 0 | 137 | 61 | 147 | 133 | 32 |
| Binary | 101000 | 10000001 | 110 | 1000101 | 0 | 1011111 | 110001 | 1100111 | 1011011 | 11010 |
Color Harmonies of #288106
Complementary color
Monochromatic Colors of #288106
Black with #288106
Text Example
Text Example
White with #288106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288106; }
p { color: rgb(40,129,6); }
H1.HeaderClassName
{
color: #288106;
}
.AnyTagClassName
{
color: #288106;
}
</style>
background-color css
<style>
a { background-color: #288106; }
a { background-color: rgb(40,129,6); }
div.DivClassName
{
background-color: #288106;
}
.BgClassName
{
background-color: #288106;
}
</style>
border-color css
<style>
span { border-color: #288106; }
span { border-color: rgb(40,129,6); }
td.TdClassName
{
border-color: #288106;
}
.TagClassName
{
border-color: #288106;
}
</style>