Shades of Forest Green #288123
Tints of Forest Green #288123
RGB
CMYK
RGB Variations
Color information
#288123 (or 0x288123) is known color: Forest Green. HEX triplet: 28, 81 and 23. RGB value is (40,129,35). Sum of RGB (Red+Green+Blue) = 40+129+35=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #288123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288123 is #D77EDC. Grayscale: #5B5B5B. Windows color (decimal): -14122717 or 2326824. OLE color: 2326824.
HSL color Cylindrical-coordinate representation of color #288123: hue angle of 116.81º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288123 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 35 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.49 |
| HSL | 116.81º | 0.57% | 0.32% | - |
| HSV(B) | 116.81º | 0.73% | 0.51% | - |
| XYZ | 9.03 | 16.27 | 4.26 | - |
| YUV | 91.67 | 96.01 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 35 | 0.69 | 0 | 0.73 | 0.49 | 116.81 | 0.57 | 0.32 |
| Hex | 28 | 81 | 23 | 45 | 0 | 49 | 31 | 75 | 39 | 20 |
| Octal | 50 | 201 | 43 | 105 | 0 | 111 | 61 | 165 | 71 | 40 |
| Binary | 101000 | 10000001 | 100011 | 1000101 | 0 | 1001001 | 110001 | 1110101 | 111001 | 100000 |
Color Harmonies of #288123
Complementary color
Monochromatic Colors of #288123
Black with #288123
Text Example
Text Example
White with #288123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288123; }
p { color: rgb(40,129,35); }
H1.HeaderClassName
{
color: #288123;
}
.AnyTagClassName
{
color: #288123;
}
</style>
background-color css
<style>
a { background-color: #288123; }
a { background-color: rgb(40,129,35); }
div.DivClassName
{
background-color: #288123;
}
.BgClassName
{
background-color: #288123;
}
</style>
border-color css
<style>
span { border-color: #288123; }
span { border-color: rgb(40,129,35); }
td.TdClassName
{
border-color: #288123;
}
.TagClassName
{
border-color: #288123;
}
</style>