Shades of Forest Green #28821B
Tints of Forest Green #28821B
RGB
CMYK
RGB Variations
Color information
#28821B (or 0x28821B) is known color: Forest Green. HEX triplet: 28, 82 and 1B. RGB value is (40,130,27). Sum of RGB (Red+Green+Blue) = 40+130+27=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #28821B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28821B is #D77DE4. Grayscale: #5B5B5B. Windows color (decimal): -14122469 or 1802792. OLE color: 1802792.
HSL color Cylindrical-coordinate representation of color #28821B: hue angle of 112.43º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28821B is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 27 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.49 |
| HSL | 112.43º | 0.66% | 0.31% | - |
| HSV(B) | 112.43º | 0.79% | 0.51% | - |
| XYZ | 9.06 | 16.5 | 3.74 | - |
| YUV | 91.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 27 | 0.69 | 0 | 0.79 | 0.49 | 112.43 | 0.66 | 0.31 |
| Hex | 28 | 82 | 1B | 45 | 0 | 4F | 31 | 70 | 42 | 1F |
| Octal | 50 | 202 | 33 | 105 | 0 | 117 | 61 | 160 | 102 | 37 |
| Binary | 101000 | 10000010 | 11011 | 1000101 | 0 | 1001111 | 110001 | 1110000 | 1000010 | 11111 |
Color Harmonies of #28821B
Complementary color
Monochromatic Colors of #28821B
Black with #28821B
Text Example
Text Example
White with #28821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28821B; }
p { color: rgb(40,130,27); }
H1.HeaderClassName
{
color: #28821B;
}
.AnyTagClassName
{
color: #28821B;
}
</style>
background-color css
<style>
a { background-color: #28821B; }
a { background-color: rgb(40,130,27); }
div.DivClassName
{
background-color: #28821B;
}
.BgClassName
{
background-color: #28821B;
}
</style>
border-color css
<style>
span { border-color: #28821B; }
span { border-color: rgb(40,130,27); }
td.TdClassName
{
border-color: #28821B;
}
.TagClassName
{
border-color: #28821B;
}
</style>