Shades of Forest Green #28821C
Tints of Forest Green #28821C
RGB
CMYK
RGB Variations
Color information
#28821C (or 0x28821C) is known color: Forest Green. HEX triplet: 28, 82 and 1C. RGB value is (40,130,28). Sum of RGB (Red+Green+Blue) = 40+130+28=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #28821C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28821C is #D77DE3. Grayscale: #5B5B5B. Windows color (decimal): -14122468 or 1868328. OLE color: 1868328.
HSL color Cylindrical-coordinate representation of color #28821C: hue angle of 112.94º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28821C is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 28 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.49 |
| HSL | 112.94º | 0.65% | 0.31% | - |
| HSV(B) | 112.94º | 0.78% | 0.51% | - |
| XYZ | 9.07 | 16.5 | 3.81 | - |
| YUV | 91.46 | 92.18 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 28 | 0.69 | 0 | 0.78 | 0.49 | 112.94 | 0.65 | 0.31 |
| Hex | 28 | 82 | 1C | 45 | 0 | 4E | 31 | 71 | 41 | 1F |
| Octal | 50 | 202 | 34 | 105 | 0 | 116 | 61 | 161 | 101 | 37 |
| Binary | 101000 | 10000010 | 11100 | 1000101 | 0 | 1001110 | 110001 | 1110001 | 1000001 | 11111 |
Color Harmonies of #28821C
Complementary color
Monochromatic Colors of #28821C
Black with #28821C
Text Example
Text Example
White with #28821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28821C; }
p { color: rgb(40,130,28); }
H1.HeaderClassName
{
color: #28821C;
}
.AnyTagClassName
{
color: #28821C;
}
</style>
background-color css
<style>
a { background-color: #28821C; }
a { background-color: rgb(40,130,28); }
div.DivClassName
{
background-color: #28821C;
}
.BgClassName
{
background-color: #28821C;
}
</style>
border-color css
<style>
span { border-color: #28821C; }
span { border-color: rgb(40,130,28); }
td.TdClassName
{
border-color: #28821C;
}
.TagClassName
{
border-color: #28821C;
}
</style>