Shades of Dark Pastel Green #0CB720
Tints of Dark Pastel Green #0CB720
RGB
CMYK
RGB Variations
Color information
#0CB720 (or 0x0CB720) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 20. RGB value is (12,183,32). Sum of RGB (Red+Green+Blue) = 12+183+32=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 183 (71.88% from 255 or 80.62% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB720 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB720 is #F348DF. Grayscale: #737373. Windows color (decimal): -15943904 or 2144012. OLE color: 2144012.
HSL color Cylindrical-coordinate representation of color #0CB720: hue angle of 127.02º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB720 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 32 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.28 |
| HSL | 127.02º | 0.88% | 0.38% | - |
| HSV(B) | 127.02º | 0.93% | 0.72% | - |
| XYZ | 17.35 | 34.05 | 7.02 | - |
| YUV | 114.66 | 81.35 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 32 | 0.93 | 0 | 0.83 | 0.28 | 127.02 | 0.88 | 0.38 |
| Hex | C | B7 | 20 | 5D | 0 | 53 | 1C | 7F | 58 | 26 |
| Octal | 14 | 267 | 40 | 135 | 0 | 123 | 34 | 177 | 130 | 46 |
| Binary | 1100 | 10110111 | 100000 | 1011101 | 0 | 1010011 | 11100 | 1111111 | 1011000 | 100110 |
Color Harmonies of #0CB720
Complementary color
Monochromatic Colors of #0CB720
Black with #0CB720
Text Example
Text Example
White with #0CB720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB720; }
p { color: rgb(12,183,32); }
H1.HeaderClassName
{
color: #0CB720;
}
.AnyTagClassName
{
color: #0CB720;
}
</style>
background-color css
<style>
a { background-color: #0CB720; }
a { background-color: rgb(12,183,32); }
div.DivClassName
{
background-color: #0CB720;
}
.BgClassName
{
background-color: #0CB720;
}
</style>
border-color css
<style>
span { border-color: #0CB720; }
span { border-color: rgb(12,183,32); }
td.TdClassName
{
border-color: #0CB720;
}
.TagClassName
{
border-color: #0CB720;
}
</style>