Shades of Dark Pastel Green #0CB825
Tints of Dark Pastel Green #0CB825
RGB
CMYK
RGB Variations
Color information
#0CB825 (or 0x0CB825) is known color: Dark Pastel Green. HEX triplet: 0C, B8 and 25. RGB value is (12,184,37). Sum of RGB (Red+Green+Blue) = 12+184+37=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 184 (72.27% from 255 or 78.97% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB825 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB825 is #F347DA. Grayscale: #747474. Windows color (decimal): -15943643 or 2471948. OLE color: 2471948.
HSL color Cylindrical-coordinate representation of color #0CB825: hue angle of 128.72º 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 #0CB825 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 37 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.28 |
| HSL | 128.72º | 0.88% | 0.38% | - |
| HSV(B) | 128.72º | 0.93% | 0.72% | - |
| XYZ | 17.63 | 34.49 | 7.48 | - |
| YUV | 115.81 | 83.52 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 37 | 0.93 | 0 | 0.80 | 0.28 | 128.72 | 0.88 | 0.38 |
| Hex | C | B8 | 25 | 5D | 0 | 50 | 1C | 81 | 58 | 26 |
| Octal | 14 | 270 | 45 | 135 | 0 | 120 | 34 | 201 | 130 | 46 |
| Binary | 1100 | 10111000 | 100101 | 1011101 | 0 | 1010000 | 11100 | 10000001 | 1011000 | 100110 |
Color Harmonies of #0CB825
Complementary color
Monochromatic Colors of #0CB825
Black with #0CB825
Text Example
Text Example
White with #0CB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB825; }
p { color: rgb(12,184,37); }
H1.HeaderClassName
{
color: #0CB825;
}
.AnyTagClassName
{
color: #0CB825;
}
</style>
background-color css
<style>
a { background-color: #0CB825; }
a { background-color: rgb(12,184,37); }
div.DivClassName
{
background-color: #0CB825;
}
.BgClassName
{
background-color: #0CB825;
}
</style>
border-color css
<style>
span { border-color: #0CB825; }
span { border-color: rgb(12,184,37); }
td.TdClassName
{
border-color: #0CB825;
}
.TagClassName
{
border-color: #0CB825;
}
</style>