Shades of Dark Pastel Green #0CBC48
Tints of Dark Pastel Green #0CBC48
RGB
CMYK
RGB Variations
Color information
#0CBC48 (or 0x0CBC48) is known color: Dark Pastel Green. HEX triplet: 0C, BC and 48. RGB value is (12,188,72). Sum of RGB (Red+Green+Blue) = 12+188+72=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBC48 is #F343B7. Grayscale: #7A7A7A. Windows color (decimal): -15942584 or 4766732. OLE color: 4766732.
HSL color Cylindrical-coordinate representation of color #0CBC48: hue angle of 140.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC48 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 72 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.26 |
| HSL | 140.45º | 0.88% | 0.39% | - |
| HSV(B) | 140.45º | 0.94% | 0.74% | - |
| XYZ | 19.3 | 36.51 | 12.16 | - |
| YUV | 122.15 | 99.69 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 72 | 0.94 | 0 | 0.62 | 0.26 | 140.45 | 0.88 | 0.39 |
| Hex | C | BC | 48 | 5E | 0 | 3E | 1A | 8C | 58 | 27 |
| Octal | 14 | 274 | 110 | 136 | 0 | 76 | 32 | 214 | 130 | 47 |
| Binary | 1100 | 10111100 | 1001000 | 1011110 | 0 | 111110 | 11010 | 10001100 | 1011000 | 100111 |
Color Harmonies of #0CBC48
Complementary color
Monochromatic Colors of #0CBC48
Black with #0CBC48
Text Example
Text Example
White with #0CBC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBC48; }
p { color: rgb(12,188,72); }
H1.HeaderClassName
{
color: #0CBC48;
}
.AnyTagClassName
{
color: #0CBC48;
}
</style>
background-color css
<style>
a { background-color: #0CBC48; }
a { background-color: rgb(12,188,72); }
div.DivClassName
{
background-color: #0CBC48;
}
.BgClassName
{
background-color: #0CBC48;
}
</style>
border-color css
<style>
span { border-color: #0CBC48; }
span { border-color: rgb(12,188,72); }
td.TdClassName
{
border-color: #0CBC48;
}
.TagClassName
{
border-color: #0CBC48;
}
</style>