Shades of Dark Pastel Green #0CB71D
Tints of Dark Pastel Green #0CB71D
RGB
CMYK
RGB Variations
Color information
#0CB71D (or 0x0CB71D) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 1D. RGB value is (12,183,29). Sum of RGB (Red+Green+Blue) = 12+183+29=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 183 (71.88% from 255 or 81.70% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB71D is #F348E2. Grayscale: #727272. Windows color (decimal): -15943907 or 1947404. OLE color: 1947404.
HSL color Cylindrical-coordinate representation of color #0CB71D: hue angle of 125.96º 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 #0CB71D is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 29 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.28 |
| HSL | 125.96º | 0.88% | 0.38% | - |
| HSV(B) | 125.96º | 0.93% | 0.72% | - |
| XYZ | 17.31 | 34.03 | 6.82 | - |
| YUV | 114.32 | 79.85 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 29 | 0.93 | 0 | 0.84 | 0.28 | 125.96 | 0.88 | 0.38 |
| Hex | C | B7 | 1D | 5D | 0 | 54 | 1C | 7E | 58 | 26 |
| Octal | 14 | 267 | 35 | 135 | 0 | 124 | 34 | 176 | 130 | 46 |
| Binary | 1100 | 10110111 | 11101 | 1011101 | 0 | 1010100 | 11100 | 1111110 | 1011000 | 100110 |
Color Harmonies of #0CB71D
Complementary color
Monochromatic Colors of #0CB71D
Black with #0CB71D
Text Example
Text Example
White with #0CB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB71D; }
p { color: rgb(12,183,29); }
H1.HeaderClassName
{
color: #0CB71D;
}
.AnyTagClassName
{
color: #0CB71D;
}
</style>
background-color css
<style>
a { background-color: #0CB71D; }
a { background-color: rgb(12,183,29); }
div.DivClassName
{
background-color: #0CB71D;
}
.BgClassName
{
background-color: #0CB71D;
}
</style>
border-color css
<style>
span { border-color: #0CB71D; }
span { border-color: rgb(12,183,29); }
td.TdClassName
{
border-color: #0CB71D;
}
.TagClassName
{
border-color: #0CB71D;
}
</style>