Shades of Dark Pastel Green #0CB434
Tints of Dark Pastel Green #0CB434
RGB
CMYK
RGB Variations
Color information
#0CB434 (or 0x0CB434) is known color: Dark Pastel Green. HEX triplet: 0C, B4 and 34. RGB value is (12,180,52). Sum of RGB (Red+Green+Blue) = 12+180+52=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 180 (70.70% from 255 or 73.77% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB434 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB434 is #F34BCB. Grayscale: #737373. Windows color (decimal): -15944652 or 3453964. OLE color: 3453964.
HSL color Cylindrical-coordinate representation of color #0CB434: hue angle of 134.29º 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 #0CB434 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 180 | 52 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.29 |
| HSL | 134.29º | 0.88% | 0.38% | - |
| HSV(B) | 134.29º | 0.93% | 0.71% | - |
| XYZ | 17.09 | 32.97 | 8.71 | - |
| YUV | 115.18 | 92.34 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 52 | 0.93 | 0 | 0.71 | 0.29 | 134.29 | 0.88 | 0.38 |
| Hex | C | B4 | 34 | 5D | 0 | 47 | 1D | 86 | 58 | 26 |
| Octal | 14 | 264 | 64 | 135 | 0 | 107 | 35 | 206 | 130 | 46 |
| Binary | 1100 | 10110100 | 110100 | 1011101 | 0 | 1000111 | 11101 | 10000110 | 1011000 | 100110 |
Color Harmonies of #0CB434
Complementary color
Monochromatic Colors of #0CB434
Black with #0CB434
Text Example
Text Example
White with #0CB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB434; }
p { color: rgb(12,180,52); }
H1.HeaderClassName
{
color: #0CB434;
}
.AnyTagClassName
{
color: #0CB434;
}
</style>
background-color css
<style>
a { background-color: #0CB434; }
a { background-color: rgb(12,180,52); }
div.DivClassName
{
background-color: #0CB434;
}
.BgClassName
{
background-color: #0CB434;
}
</style>
border-color css
<style>
span { border-color: #0CB434; }
span { border-color: rgb(12,180,52); }
td.TdClassName
{
border-color: #0CB434;
}
.TagClassName
{
border-color: #0CB434;
}
</style>