Shades of County Green #0B4F33
Tints of County Green #0B4F33
RGB
CMYK
RGB Variations
Color information
#0B4F33 (or 0x0B4F33) is known color: County Green. HEX triplet: 0B, 4F and 33. RGB value is (11,79,51). Sum of RGB (Red+Green+Blue) = 11+79+51=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4F33 is #F4B0CC. Grayscale: #373737. Windows color (decimal): -16036045 or 3362571. OLE color: 3362571.
HSL color Cylindrical-coordinate representation of color #0B4F33: hue angle of 155.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4F33 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 79 | 51 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.69 |
| HSL | 155.29º | 0.76% | 0.18% | - |
| HSV(B) | 155.29º | 0.86% | 0.31% | - |
| XYZ | 3.53 | 5.9 | 4.09 | - |
| YUV | 55.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 79 | 51 | 0.86 | 0 | 0.35 | 0.69 | 155.29 | 0.76 | 0.18 |
| Hex | B | 4F | 33 | 56 | 0 | 23 | 45 | 9B | 4C | 12 |
| Octal | 13 | 117 | 63 | 126 | 0 | 43 | 105 | 233 | 114 | 22 |
| Binary | 1011 | 1001111 | 110011 | 1010110 | 0 | 100011 | 1000101 | 10011011 | 1001100 | 10010 |
Color Harmonies of #0B4F33
Complementary color
Monochromatic Colors of #0B4F33
Black with #0B4F33
Text Example
Text Example
White with #0B4F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4F33; }
p { color: rgb(11,79,51); }
H1.HeaderClassName
{
color: #0B4F33;
}
.AnyTagClassName
{
color: #0B4F33;
}
</style>
background-color css
<style>
a { background-color: #0B4F33; }
a { background-color: rgb(11,79,51); }
div.DivClassName
{
background-color: #0B4F33;
}
.BgClassName
{
background-color: #0B4F33;
}
</style>
border-color css
<style>
span { border-color: #0B4F33; }
span { border-color: rgb(11,79,51); }
td.TdClassName
{
border-color: #0B4F33;
}
.TagClassName
{
border-color: #0B4F33;
}
</style>