Shades of Forest Green #28921A
Tints of Forest Green #28921A
RGB
CMYK
RGB Variations
Color information
#28921A (or 0x28921A) is known color: Forest Green. HEX triplet: 28, 92 and 1A. RGB value is (40,146,26). Sum of RGB (Red+Green+Blue) = 40+146+26=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 146 (57.42% from 255 or 68.87% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 146 - color contains mainly: green. Hex color #28921A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28921A is #D76DE5. Grayscale: #656565. Windows color (decimal): -14118374 or 1741352. OLE color: 1741352.
HSL color Cylindrical-coordinate representation of color #28921A: hue angle of 113º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28921A is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 26 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.43 |
| HSL | 113º | 0.7% | 0.34% | - |
| HSV(B) | 113º | 0.82% | 0.57% | - |
| XYZ | 11.34 | 21.08 | 4.45 | - |
| YUV | 100.63 | 85.88 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 26 | 0.73 | 0 | 0.82 | 0.43 | 113 | 0.7 | 0.34 |
| Hex | 28 | 92 | 1A | 49 | 0 | 52 | 2B | 71 | 46 | 22 |
| Octal | 50 | 222 | 32 | 111 | 0 | 122 | 53 | 161 | 106 | 42 |
| Binary | 101000 | 10010010 | 11010 | 1001001 | 0 | 1010010 | 101011 | 1110001 | 1000110 | 100010 |
Color Harmonies of #28921A
Complementary color
Monochromatic Colors of #28921A
Black with #28921A
Text Example
Text Example
White with #28921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28921A; }
p { color: rgb(40,146,26); }
H1.HeaderClassName
{
color: #28921A;
}
.AnyTagClassName
{
color: #28921A;
}
</style>
background-color css
<style>
a { background-color: #28921A; }
a { background-color: rgb(40,146,26); }
div.DivClassName
{
background-color: #28921A;
}
.BgClassName
{
background-color: #28921A;
}
</style>
border-color css
<style>
span { border-color: #28921A; }
span { border-color: rgb(40,146,26); }
td.TdClassName
{
border-color: #28921A;
}
.TagClassName
{
border-color: #28921A;
}
</style>