Shades of Forest Green #288C03
Tints of Forest Green #288C03
RGB
CMYK
RGB Variations
Color information
#288C03 (or 0x288C03) is known color: Forest Green. HEX triplet: 28, 8C and 03. RGB value is (40,140,3). Sum of RGB (Red+Green+Blue) = 40+140+3=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 140 (55.08% from 255 or 76.50% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 140 - color contains mainly: green. Hex color #288C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288C03 is #D773FC. Grayscale: #5E5E5E. Windows color (decimal): -14119933 or 232488. OLE color: 232488.
HSL color Cylindrical-coordinate representation of color #288C03: hue angle of 103.8º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #288C03 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 3 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.45 |
| HSL | 103.8º | 0.96% | 0.28% | - |
| HSV(B) | 103.8º | 0.98% | 0.55% | - |
| XYZ | 10.27 | 19.21 | 3.25 | - |
| YUV | 94.48 | 76.37 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 3 | 0.71 | 0 | 0.98 | 0.45 | 103.8 | 0.96 | 0.28 |
| Hex | 28 | 8C | 3 | 47 | 0 | 62 | 2D | 68 | 60 | 1C |
| Octal | 50 | 214 | 3 | 107 | 0 | 142 | 55 | 150 | 140 | 34 |
| Binary | 101000 | 10001100 | 11 | 1000111 | 0 | 1100010 | 101101 | 1101000 | 1100000 | 11100 |
Color Harmonies of #288C03
Complementary color
Monochromatic Colors of #288C03
Black with #288C03
Text Example
Text Example
White with #288C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C03; }
p { color: rgb(40,140,3); }
H1.HeaderClassName
{
color: #288C03;
}
.AnyTagClassName
{
color: #288C03;
}
</style>
background-color css
<style>
a { background-color: #288C03; }
a { background-color: rgb(40,140,3); }
div.DivClassName
{
background-color: #288C03;
}
.BgClassName
{
background-color: #288C03;
}
</style>
border-color css
<style>
span { border-color: #288C03; }
span { border-color: rgb(40,140,3); }
td.TdClassName
{
border-color: #288C03;
}
.TagClassName
{
border-color: #288C03;
}
</style>