Shades of Forest Green #288B36
Tints of Forest Green #288B36
RGB
CMYK
RGB Variations
Color information
#288B36 (or 0x288B36) is known color: Forest Green. HEX triplet: 28, 8B and 36. RGB value is (40,139,54). Sum of RGB (Red+Green+Blue) = 40+139+54=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #288B36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288B36 is #D774C9. Grayscale: #636363. Windows color (decimal): -14120138 or 3574568. OLE color: 3574568.
HSL color Cylindrical-coordinate representation of color #288B36: hue angle of 128.48º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B36 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 54 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.45 |
| HSL | 128.48º | 0.55% | 0.35% | - |
| HSV(B) | 128.48º | 0.71% | 0.55% | - |
| XYZ | 10.77 | 19.18 | 6.62 | - |
| YUV | 99.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 54 | 0.71 | 0 | 0.61 | 0.45 | 128.48 | 0.55 | 0.35 |
| Hex | 28 | 8B | 36 | 47 | 0 | 3D | 2D | 80 | 37 | 23 |
| Octal | 50 | 213 | 66 | 107 | 0 | 75 | 55 | 200 | 67 | 43 |
| Binary | 101000 | 10001011 | 110110 | 1000111 | 0 | 111101 | 101101 | 10000000 | 110111 | 100011 |
Color Harmonies of #288B36
Complementary color
Monochromatic Colors of #288B36
Black with #288B36
Text Example
Text Example
White with #288B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B36; }
p { color: rgb(40,139,54); }
H1.HeaderClassName
{
color: #288B36;
}
.AnyTagClassName
{
color: #288B36;
}
</style>
background-color css
<style>
a { background-color: #288B36; }
a { background-color: rgb(40,139,54); }
div.DivClassName
{
background-color: #288B36;
}
.BgClassName
{
background-color: #288B36;
}
</style>
border-color css
<style>
span { border-color: #288B36; }
span { border-color: rgb(40,139,54); }
td.TdClassName
{
border-color: #288B36;
}
.TagClassName
{
border-color: #288B36;
}
</style>