Shades of Forest Green #0B8A1C
Tints of Forest Green #0B8A1C
RGB
CMYK
RGB Variations
Color information
#0B8A1C (or 0x0B8A1C) is known color: Forest Green. HEX triplet: 0B, 8A and 1C. RGB value is (11,138,28). Sum of RGB (Red+Green+Blue) = 11+138+28=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 138 (54.30% from 255 or 77.97% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8A1C is #F475E3. Grayscale: #575757. Windows color (decimal): -16020964 or 1870347. OLE color: 1870347.
HSL color Cylindrical-coordinate representation of color #0B8A1C: hue angle of 128.03º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8A1C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 138 | 28 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.46 |
| HSL | 128.03º | 0.85% | 0.29% | - |
| HSV(B) | 128.03º | 0.92% | 0.54% | - |
| XYZ | 9.44 | 18.33 | 4.14 | - |
| YUV | 87.49 | 94.42 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 138 | 28 | 0.92 | 0 | 0.80 | 0.46 | 128.03 | 0.85 | 0.29 |
| Hex | B | 8A | 1C | 5C | 0 | 50 | 2E | 80 | 55 | 1D |
| Octal | 13 | 212 | 34 | 134 | 0 | 120 | 56 | 200 | 125 | 35 |
| Binary | 1011 | 10001010 | 11100 | 1011100 | 0 | 1010000 | 101110 | 10000000 | 1010101 | 11101 |
Color Harmonies of #0B8A1C
Complementary color
Monochromatic Colors of #0B8A1C
Black with #0B8A1C
Text Example
Text Example
White with #0B8A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8A1C; }
p { color: rgb(11,138,28); }
H1.HeaderClassName
{
color: #0B8A1C;
}
.AnyTagClassName
{
color: #0B8A1C;
}
</style>
background-color css
<style>
a { background-color: #0B8A1C; }
a { background-color: rgb(11,138,28); }
div.DivClassName
{
background-color: #0B8A1C;
}
.BgClassName
{
background-color: #0B8A1C;
}
</style>
border-color css
<style>
span { border-color: #0B8A1C; }
span { border-color: rgb(11,138,28); }
td.TdClassName
{
border-color: #0B8A1C;
}
.TagClassName
{
border-color: #0B8A1C;
}
</style>