Shades of Dark Pastel Green #0CB320
Tints of Dark Pastel Green #0CB320
RGB
CMYK
RGB Variations
Color information
#0CB320 (or 0x0CB320) is known color: Dark Pastel Green. HEX triplet: 0C, B3 and 20. RGB value is (12,179,32). Sum of RGB (Red+Green+Blue) = 12+179+32=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 179 (70.31% from 255 or 80.27% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB320 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB320 is #F34CDF. Grayscale: #707070. Windows color (decimal): -15944928 or 2142988. OLE color: 2142988.
HSL color Cylindrical-coordinate representation of color #0CB320: hue angle of 127.19º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB320 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 179 | 32 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.30 |
| HSL | 127.19º | 0.87% | 0.37% | - |
| HSV(B) | 127.19º | 0.93% | 0.7% | - |
| XYZ | 16.53 | 32.42 | 6.75 | - |
| YUV | 112.31 | 82.67 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 32 | 0.93 | 0 | 0.82 | 0.30 | 127.19 | 0.87 | 0.37 |
| Hex | C | B3 | 20 | 5D | 0 | 52 | 1E | 7F | 57 | 25 |
| Octal | 14 | 263 | 40 | 135 | 0 | 122 | 36 | 177 | 127 | 45 |
| Binary | 1100 | 10110011 | 100000 | 1011101 | 0 | 1010010 | 11110 | 1111111 | 1010111 | 100101 |
Color Harmonies of #0CB320
Complementary color
Monochromatic Colors of #0CB320
Black with #0CB320
Text Example
Text Example
White with #0CB320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB320; }
p { color: rgb(12,179,32); }
H1.HeaderClassName
{
color: #0CB320;
}
.AnyTagClassName
{
color: #0CB320;
}
</style>
background-color css
<style>
a { background-color: #0CB320; }
a { background-color: rgb(12,179,32); }
div.DivClassName
{
background-color: #0CB320;
}
.BgClassName
{
background-color: #0CB320;
}
</style>
border-color css
<style>
span { border-color: #0CB320; }
span { border-color: rgb(12,179,32); }
td.TdClassName
{
border-color: #0CB320;
}
.TagClassName
{
border-color: #0CB320;
}
</style>