Shades of Forest Green #28901C
Tints of Forest Green #28901C
RGB
CMYK
RGB Variations
Color information
#28901C (or 0x28901C) is known color: Forest Green. HEX triplet: 28, 90 and 1C. RGB value is (40,144,28). Sum of RGB (Red+Green+Blue) = 40+144+28=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #28901C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28901C is #D76FE3. Grayscale: #646464. Windows color (decimal): -14118884 or 1871912. OLE color: 1871912.
HSL color Cylindrical-coordinate representation of color #28901C: hue angle of 113.79º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28901C is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 144 | 28 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.44 |
| HSL | 113.79º | 0.67% | 0.34% | - |
| HSV(B) | 113.79º | 0.81% | 0.56% | - |
| XYZ | 11.06 | 20.48 | 4.47 | - |
| YUV | 99.68 | 87.54 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 28 | 0.72 | 0 | 0.81 | 0.44 | 113.79 | 0.67 | 0.34 |
| Hex | 28 | 90 | 1C | 48 | 0 | 51 | 2C | 72 | 43 | 22 |
| Octal | 50 | 220 | 34 | 110 | 0 | 121 | 54 | 162 | 103 | 42 |
| Binary | 101000 | 10010000 | 11100 | 1001000 | 0 | 1010001 | 101100 | 1110010 | 1000011 | 100010 |
Color Harmonies of #28901C
Complementary color
Monochromatic Colors of #28901C
Black with #28901C
Text Example
Text Example
White with #28901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28901C; }
p { color: rgb(40,144,28); }
H1.HeaderClassName
{
color: #28901C;
}
.AnyTagClassName
{
color: #28901C;
}
</style>
background-color css
<style>
a { background-color: #28901C; }
a { background-color: rgb(40,144,28); }
div.DivClassName
{
background-color: #28901C;
}
.BgClassName
{
background-color: #28901C;
}
</style>
border-color css
<style>
span { border-color: #28901C; }
span { border-color: rgb(40,144,28); }
td.TdClassName
{
border-color: #28901C;
}
.TagClassName
{
border-color: #28901C;
}
</style>