Shades of Dark Pastel Green #0CB82D
Tints of Dark Pastel Green #0CB82D
RGB
CMYK
RGB Variations
Color information
#0CB82D (or 0x0CB82D) is known color: Dark Pastel Green. HEX triplet: 0C, B8 and 2D. RGB value is (12,184,45). Sum of RGB (Red+Green+Blue) = 12+184+45=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 184 (72.27% from 255 or 76.35% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB82D is #F347D2. Grayscale: #757575. Windows color (decimal): -15943635 or 2996236. OLE color: 2996236.
HSL color Cylindrical-coordinate representation of color #0CB82D: hue angle of 131.51º 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 #0CB82D is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 45 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.28 |
| HSL | 131.51º | 0.88% | 0.38% | - |
| HSV(B) | 131.51º | 0.93% | 0.72% | - |
| XYZ | 17.77 | 34.55 | 8.21 | - |
| YUV | 116.73 | 87.52 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 45 | 0.93 | 0 | 0.76 | 0.28 | 131.51 | 0.88 | 0.38 |
| Hex | C | B8 | 2D | 5D | 0 | 4C | 1C | 84 | 58 | 26 |
| Octal | 14 | 270 | 55 | 135 | 0 | 114 | 34 | 204 | 130 | 46 |
| Binary | 1100 | 10111000 | 101101 | 1011101 | 0 | 1001100 | 11100 | 10000100 | 1011000 | 100110 |
Color Harmonies of #0CB82D
Complementary color
Monochromatic Colors of #0CB82D
Black with #0CB82D
Text Example
Text Example
White with #0CB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB82D; }
p { color: rgb(12,184,45); }
H1.HeaderClassName
{
color: #0CB82D;
}
.AnyTagClassName
{
color: #0CB82D;
}
</style>
background-color css
<style>
a { background-color: #0CB82D; }
a { background-color: rgb(12,184,45); }
div.DivClassName
{
background-color: #0CB82D;
}
.BgClassName
{
background-color: #0CB82D;
}
</style>
border-color css
<style>
span { border-color: #0CB82D; }
span { border-color: rgb(12,184,45); }
td.TdClassName
{
border-color: #0CB82D;
}
.TagClassName
{
border-color: #0CB82D;
}
</style>