Shades of Forest Green #0B9433
Tints of Forest Green #0B9433
RGB
CMYK
RGB Variations
Color information
#0B9433 (or 0x0B9433) is known color: Forest Green. HEX triplet: 0B, 94 and 33. RGB value is (11,148,51). Sum of RGB (Red+Green+Blue) = 11+148+51=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 148 (58.20% from 255 or 70.48% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 148 - color contains mainly: green. Hex color #0B9433 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9433 is #F46BCC. Grayscale: #606060. Windows color (decimal): -16018381 or 3380235. OLE color: 3380235.
HSL color Cylindrical-coordinate representation of color #0B9433: hue angle of 137.52º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9433 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 148 | 51 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.42 |
| HSL | 137.52º | 0.86% | 0.31% | - |
| HSV(B) | 137.52º | 0.93% | 0.58% | - |
| XYZ | 11.33 | 21.49 | 6.68 | - |
| YUV | 95.98 | 102.61 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 148 | 51 | 0.93 | 0 | 0.66 | 0.42 | 137.52 | 0.86 | 0.31 |
| Hex | B | 94 | 33 | 5D | 0 | 42 | 2A | 8A | 56 | 1F |
| Octal | 13 | 224 | 63 | 135 | 0 | 102 | 52 | 212 | 126 | 37 |
| Binary | 1011 | 10010100 | 110011 | 1011101 | 0 | 1000010 | 101010 | 10001010 | 1010110 | 11111 |
Color Harmonies of #0B9433
Complementary color
Monochromatic Colors of #0B9433
Black with #0B9433
Text Example
Text Example
White with #0B9433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9433; }
p { color: rgb(11,148,51); }
H1.HeaderClassName
{
color: #0B9433;
}
.AnyTagClassName
{
color: #0B9433;
}
</style>
background-color css
<style>
a { background-color: #0B9433; }
a { background-color: rgb(11,148,51); }
div.DivClassName
{
background-color: #0B9433;
}
.BgClassName
{
background-color: #0B9433;
}
</style>
border-color css
<style>
span { border-color: #0B9433; }
span { border-color: rgb(11,148,51); }
td.TdClassName
{
border-color: #0B9433;
}
.TagClassName
{
border-color: #0B9433;
}
</style>