Shades of Forest Green #0B9B1C
Tints of Forest Green #0B9B1C
RGB
CMYK
RGB Variations
Color information
#0B9B1C (or 0x0B9B1C) is known color: Forest Green. HEX triplet: 0B, 9B and 1C. RGB value is (11,155,28). Sum of RGB (Red+Green+Blue) = 11+155+28=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 155 (60.94% from 255 or 79.90% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9B1C is #F464E3. Grayscale: #616161. Windows color (decimal): -16016612 or 1874699. OLE color: 1874699.
HSL color Cylindrical-coordinate representation of color #0B9B1C: hue angle of 127.08º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B1C is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 155 | 28 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.39 |
| HSL | 127.08º | 0.87% | 0.33% | - |
| HSV(B) | 127.08º | 0.93% | 0.61% | - |
| XYZ | 12.07 | 23.6 | 5.02 | - |
| YUV | 97.47 | 88.79 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 155 | 28 | 0.93 | 0 | 0.82 | 0.39 | 127.08 | 0.87 | 0.33 |
| Hex | B | 9B | 1C | 5D | 0 | 52 | 27 | 7F | 57 | 21 |
| Octal | 13 | 233 | 34 | 135 | 0 | 122 | 47 | 177 | 127 | 41 |
| Binary | 1011 | 10011011 | 11100 | 1011101 | 0 | 1010010 | 100111 | 1111111 | 1010111 | 100001 |
Color Harmonies of #0B9B1C
Complementary color
Monochromatic Colors of #0B9B1C
Black with #0B9B1C
Text Example
Text Example
White with #0B9B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9B1C; }
p { color: rgb(11,155,28); }
H1.HeaderClassName
{
color: #0B9B1C;
}
.AnyTagClassName
{
color: #0B9B1C;
}
</style>
background-color css
<style>
a { background-color: #0B9B1C; }
a { background-color: rgb(11,155,28); }
div.DivClassName
{
background-color: #0B9B1C;
}
.BgClassName
{
background-color: #0B9B1C;
}
</style>
border-color css
<style>
span { border-color: #0B9B1C; }
span { border-color: rgb(11,155,28); }
td.TdClassName
{
border-color: #0B9B1C;
}
.TagClassName
{
border-color: #0B9B1C;
}
</style>