Shades of Pigment Green #0B923F
Tints of Pigment Green #0B923F
RGB
CMYK
RGB Variations
Color information
#0B923F (or 0x0B923F) is known color: Pigment Green. HEX triplet: 0B, 92 and 3F. RGB value is (11,146,63). Sum of RGB (Red+Green+Blue) = 11+146+63=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #0B923F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B923F is #F46DC0. Grayscale: #606060. Windows color (decimal): -16018881 or 4166155. OLE color: 4166155.
HSL color Cylindrical-coordinate representation of color #0B923F: hue angle of 143.11º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B923F is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 146 | 63 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.43 |
| HSL | 143.11º | 0.86% | 0.31% | - |
| HSV(B) | 143.11º | 0.92% | 0.57% | - |
| XYZ | 11.31 | 20.99 | 8.16 | - |
| YUV | 96.17 | 109.27 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 146 | 63 | 0.92 | 0 | 0.57 | 0.43 | 143.11 | 0.86 | 0.31 |
| Hex | B | 92 | 3F | 5C | 0 | 39 | 2B | 8F | 56 | 1F |
| Octal | 13 | 222 | 77 | 134 | 0 | 71 | 53 | 217 | 126 | 37 |
| Binary | 1011 | 10010010 | 111111 | 1011100 | 0 | 111001 | 101011 | 10001111 | 1010110 | 11111 |
Color Harmonies of #0B923F
Complementary color
Monochromatic Colors of #0B923F
Black with #0B923F
Text Example
Text Example
White with #0B923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B923F; }
p { color: rgb(11,146,63); }
H1.HeaderClassName
{
color: #0B923F;
}
.AnyTagClassName
{
color: #0B923F;
}
</style>
background-color css
<style>
a { background-color: #0B923F; }
a { background-color: rgb(11,146,63); }
div.DivClassName
{
background-color: #0B923F;
}
.BgClassName
{
background-color: #0B923F;
}
</style>
border-color css
<style>
span { border-color: #0B923F; }
span { border-color: rgb(11,146,63); }
td.TdClassName
{
border-color: #0B923F;
}
.TagClassName
{
border-color: #0B923F;
}
</style>