Shades of Dark Pastel Green #0BC321
Tints of Dark Pastel Green #0BC321
RGB
CMYK
RGB Variations
Color information
#0BC321 (or 0x0BC321) is known color: Dark Pastel Green. HEX triplet: 0B, C3 and 21. RGB value is (11,195,33). Sum of RGB (Red+Green+Blue) = 11+195+33=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 195 (76.56% from 255 or 81.59% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC321 is #F43CDE. Grayscale: #797979. Windows color (decimal): -16006367 or 2212619. OLE color: 2212619.
HSL color Cylindrical-coordinate representation of color #0BC321: hue angle of 127.17º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC321 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 195 | 33 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.24 |
| HSL | 127.17º | 0.89% | 0.4% | - |
| HSV(B) | 127.17º | 0.94% | 0.76% | - |
| XYZ | 19.93 | 39.21 | 7.96 | - |
| YUV | 121.52 | 78.04 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 195 | 33 | 0.94 | 0 | 0.83 | 0.24 | 127.17 | 0.89 | 0.4 |
| Hex | B | C3 | 21 | 5E | 0 | 53 | 18 | 7F | 59 | 28 |
| Octal | 13 | 303 | 41 | 136 | 0 | 123 | 30 | 177 | 131 | 50 |
| Binary | 1011 | 11000011 | 100001 | 1011110 | 0 | 1010011 | 11000 | 1111111 | 1011001 | 101000 |
Color Harmonies of #0BC321
Complementary color
Monochromatic Colors of #0BC321
Black with #0BC321
Text Example
Text Example
White with #0BC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC321; }
p { color: rgb(11,195,33); }
H1.HeaderClassName
{
color: #0BC321;
}
.AnyTagClassName
{
color: #0BC321;
}
</style>
background-color css
<style>
a { background-color: #0BC321; }
a { background-color: rgb(11,195,33); }
div.DivClassName
{
background-color: #0BC321;
}
.BgClassName
{
background-color: #0BC321;
}
</style>
border-color css
<style>
span { border-color: #0BC321; }
span { border-color: rgb(11,195,33); }
td.TdClassName
{
border-color: #0BC321;
}
.TagClassName
{
border-color: #0BC321;
}
</style>