Shades of Forest Green #28931B
Tints of Forest Green #28931B
RGB
CMYK
RGB Variations
Color information
#28931B (or 0x28931B) is known color: Forest Green. HEX triplet: 28, 93 and 1B. RGB value is (40,147,27). Sum of RGB (Red+Green+Blue) = 40+147+27=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #28931B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28931B is #D76CE4. Grayscale: #656565. Windows color (decimal): -14118117 or 1807144. OLE color: 1807144.
HSL color Cylindrical-coordinate representation of color #28931B: hue angle of 113.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28931B is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 27 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.42 |
| HSL | 113.5º | 0.69% | 0.34% | - |
| HSV(B) | 113.5º | 0.82% | 0.58% | - |
| XYZ | 11.51 | 21.4 | 4.56 | - |
| YUV | 101.33 | 86.05 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 27 | 0.73 | 0 | 0.82 | 0.42 | 113.5 | 0.69 | 0.34 |
| Hex | 28 | 93 | 1B | 49 | 0 | 52 | 2A | 72 | 45 | 22 |
| Octal | 50 | 223 | 33 | 111 | 0 | 122 | 52 | 162 | 105 | 42 |
| Binary | 101000 | 10010011 | 11011 | 1001001 | 0 | 1010010 | 101010 | 1110010 | 1000101 | 100010 |
Color Harmonies of #28931B
Complementary color
Monochromatic Colors of #28931B
Black with #28931B
Text Example
Text Example
White with #28931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28931B; }
p { color: rgb(40,147,27); }
H1.HeaderClassName
{
color: #28931B;
}
.AnyTagClassName
{
color: #28931B;
}
</style>
background-color css
<style>
a { background-color: #28931B; }
a { background-color: rgb(40,147,27); }
div.DivClassName
{
background-color: #28931B;
}
.BgClassName
{
background-color: #28931B;
}
</style>
border-color css
<style>
span { border-color: #28931B; }
span { border-color: rgb(40,147,27); }
td.TdClassName
{
border-color: #28931B;
}
.TagClassName
{
border-color: #28931B;
}
</style>