Shades of Dark Pastel Green #0CB819
Tints of Dark Pastel Green #0CB819
RGB
CMYK
RGB Variations
Color information
#0CB819 (or 0x0CB819) is known color: Dark Pastel Green. HEX triplet: 0C, B8 and 19. RGB value is (12,184,25). Sum of RGB (Red+Green+Blue) = 12+184+25=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 184 (72.27% from 255 or 83.26% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB819 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB819 is #F347E6. Grayscale: #727272. Windows color (decimal): -15943655 or 1685516. OLE color: 1685516.
HSL color Cylindrical-coordinate representation of color #0CB819: hue angle of 124.53º 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 #0CB819 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 25 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.28 |
| HSL | 124.53º | 0.88% | 0.38% | - |
| HSV(B) | 124.53º | 0.93% | 0.72% | - |
| XYZ | 17.47 | 34.43 | 6.64 | - |
| YUV | 114.45 | 77.52 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 25 | 0.93 | 0 | 0.86 | 0.28 | 124.53 | 0.88 | 0.38 |
| Hex | C | B8 | 19 | 5D | 0 | 56 | 1C | 7D | 58 | 26 |
| Octal | 14 | 270 | 31 | 135 | 0 | 126 | 34 | 175 | 130 | 46 |
| Binary | 1100 | 10111000 | 11001 | 1011101 | 0 | 1010110 | 11100 | 1111101 | 1011000 | 100110 |
Color Harmonies of #0CB819
Complementary color
Monochromatic Colors of #0CB819
Black with #0CB819
Text Example
Text Example
White with #0CB819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB819; }
p { color: rgb(12,184,25); }
H1.HeaderClassName
{
color: #0CB819;
}
.AnyTagClassName
{
color: #0CB819;
}
</style>
background-color css
<style>
a { background-color: #0CB819; }
a { background-color: rgb(12,184,25); }
div.DivClassName
{
background-color: #0CB819;
}
.BgClassName
{
background-color: #0CB819;
}
</style>
border-color css
<style>
span { border-color: #0CB819; }
span { border-color: rgb(12,184,25); }
td.TdClassName
{
border-color: #0CB819;
}
.TagClassName
{
border-color: #0CB819;
}
</style>