Shades of Forest Green #28932B
Tints of Forest Green #28932B
RGB
CMYK
RGB Variations
Color information
#28932B (or 0x28932B) is known color: Forest Green. HEX triplet: 28, 93 and 2B. RGB value is (40,147,43). Sum of RGB (Red+Green+Blue) = 40+147+43=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 147 (57.81% from 255 or 63.91% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 147 - color contains mainly: green. Hex color #28932B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28932B is #D76CD4. Grayscale: #676767. Windows color (decimal): -14118101 or 2855720. OLE color: 2855720.
HSL color Cylindrical-coordinate representation of color #28932B: hue angle of 121.68º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28932B is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 43 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.42 |
| HSL | 121.68º | 0.57% | 0.37% | - |
| HSV(B) | 121.68º | 0.73% | 0.58% | - |
| XYZ | 11.74 | 21.49 | 5.82 | - |
| YUV | 103.15 | 94.05 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 43 | 0.73 | 0 | 0.71 | 0.42 | 121.68 | 0.57 | 0.37 |
| Hex | 28 | 93 | 2B | 49 | 0 | 47 | 2A | 7A | 39 | 25 |
| Octal | 50 | 223 | 53 | 111 | 0 | 107 | 52 | 172 | 71 | 45 |
| Binary | 101000 | 10010011 | 101011 | 1001001 | 0 | 1000111 | 101010 | 1111010 | 111001 | 100101 |
Color Harmonies of #28932B
Complementary color
Monochromatic Colors of #28932B
Black with #28932B
Text Example
Text Example
White with #28932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28932B; }
p { color: rgb(40,147,43); }
H1.HeaderClassName
{
color: #28932B;
}
.AnyTagClassName
{
color: #28932B;
}
</style>
background-color css
<style>
a { background-color: #28932B; }
a { background-color: rgb(40,147,43); }
div.DivClassName
{
background-color: #28932B;
}
.BgClassName
{
background-color: #28932B;
}
</style>
border-color css
<style>
span { border-color: #28932B; }
span { border-color: rgb(40,147,43); }
td.TdClassName
{
border-color: #28932B;
}
.TagClassName
{
border-color: #28932B;
}
</style>