Shades of Dark Pastel Green #0CB522
Tints of Dark Pastel Green #0CB522
RGB
CMYK
RGB Variations
Color information
#0CB522 (or 0x0CB522) is known color: Dark Pastel Green. HEX triplet: 0C, B5 and 22. RGB value is (12,181,34). Sum of RGB (Red+Green+Blue) = 12+181+34=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 181 (71.09% from 255 or 79.74% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB522 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB522 is #F34ADD. Grayscale: #727272. Windows color (decimal): -15944414 or 2274572. OLE color: 2274572.
HSL color Cylindrical-coordinate representation of color #0CB522: hue angle of 127.81º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB522 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 181 | 34 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.29 |
| HSL | 127.81º | 0.88% | 0.38% | - |
| HSV(B) | 127.81º | 0.93% | 0.71% | - |
| XYZ | 16.96 | 33.24 | 7.04 | - |
| YUV | 113.71 | 83.01 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 34 | 0.93 | 0 | 0.81 | 0.29 | 127.81 | 0.88 | 0.38 |
| Hex | C | B5 | 22 | 5D | 0 | 51 | 1D | 80 | 58 | 26 |
| Octal | 14 | 265 | 42 | 135 | 0 | 121 | 35 | 200 | 130 | 46 |
| Binary | 1100 | 10110101 | 100010 | 1011101 | 0 | 1010001 | 11101 | 10000000 | 1011000 | 100110 |
Color Harmonies of #0CB522
Complementary color
Monochromatic Colors of #0CB522
Black with #0CB522
Text Example
Text Example
White with #0CB522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB522; }
p { color: rgb(12,181,34); }
H1.HeaderClassName
{
color: #0CB522;
}
.AnyTagClassName
{
color: #0CB522;
}
</style>
background-color css
<style>
a { background-color: #0CB522; }
a { background-color: rgb(12,181,34); }
div.DivClassName
{
background-color: #0CB522;
}
.BgClassName
{
background-color: #0CB522;
}
</style>
border-color css
<style>
span { border-color: #0CB522; }
span { border-color: rgb(12,181,34); }
td.TdClassName
{
border-color: #0CB522;
}
.TagClassName
{
border-color: #0CB522;
}
</style>