Shades of Dark Pastel Green #0CB42B
Tints of Dark Pastel Green #0CB42B
RGB
CMYK
RGB Variations
Color information
#0CB42B (or 0x0CB42B) is known color: Dark Pastel Green. HEX triplet: 0C, B4 and 2B. RGB value is (12,180,43). Sum of RGB (Red+Green+Blue) = 12+180+43=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 180 (70.70% from 255 or 76.60% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB42B is #F34BD4. Grayscale: #727272. Windows color (decimal): -15944661 or 2864140. OLE color: 2864140.
HSL color Cylindrical-coordinate representation of color #0CB42B: hue angle of 131.07º 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 #0CB42B is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 180 | 43 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.29 |
| HSL | 131.07º | 0.88% | 0.38% | - |
| HSV(B) | 131.07º | 0.93% | 0.71% | - |
| XYZ | 16.91 | 32.9 | 7.74 | - |
| YUV | 114.15 | 87.84 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 43 | 0.93 | 0 | 0.76 | 0.29 | 131.07 | 0.88 | 0.38 |
| Hex | C | B4 | 2B | 5D | 0 | 4C | 1D | 83 | 58 | 26 |
| Octal | 14 | 264 | 53 | 135 | 0 | 114 | 35 | 203 | 130 | 46 |
| Binary | 1100 | 10110100 | 101011 | 1011101 | 0 | 1001100 | 11101 | 10000011 | 1011000 | 100110 |
Color Harmonies of #0CB42B
Complementary color
Monochromatic Colors of #0CB42B
Black with #0CB42B
Text Example
Text Example
White with #0CB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB42B; }
p { color: rgb(12,180,43); }
H1.HeaderClassName
{
color: #0CB42B;
}
.AnyTagClassName
{
color: #0CB42B;
}
</style>
background-color css
<style>
a { background-color: #0CB42B; }
a { background-color: rgb(12,180,43); }
div.DivClassName
{
background-color: #0CB42B;
}
.BgClassName
{
background-color: #0CB42B;
}
</style>
border-color css
<style>
span { border-color: #0CB42B; }
span { border-color: rgb(12,180,43); }
td.TdClassName
{
border-color: #0CB42B;
}
.TagClassName
{
border-color: #0CB42B;
}
</style>