Shades of Dark Pastel Green #0CB623
Tints of Dark Pastel Green #0CB623
RGB
CMYK
RGB Variations
Color information
#0CB623 (or 0x0CB623) is known color: Dark Pastel Green. HEX triplet: 0C, B6 and 23. RGB value is (12,182,35). Sum of RGB (Red+Green+Blue) = 12+182+35=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 182 (71.48% from 255 or 79.48% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB623 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB623 is #F349DC. Grayscale: #727272. Windows color (decimal): -15944157 or 2340364. OLE color: 2340364.
HSL color Cylindrical-coordinate representation of color #0CB623: hue angle of 128.12º 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 #0CB623 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 35 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.29 |
| HSL | 128.12º | 0.88% | 0.38% | - |
| HSV(B) | 128.12º | 0.93% | 0.71% | - |
| XYZ | 17.18 | 33.66 | 7.18 | - |
| YUV | 114.41 | 83.18 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 35 | 0.93 | 0 | 0.81 | 0.29 | 128.12 | 0.88 | 0.38 |
| Hex | C | B6 | 23 | 5D | 0 | 51 | 1D | 80 | 58 | 26 |
| Octal | 14 | 266 | 43 | 135 | 0 | 121 | 35 | 200 | 130 | 46 |
| Binary | 1100 | 10110110 | 100011 | 1011101 | 0 | 1010001 | 11101 | 10000000 | 1011000 | 100110 |
Color Harmonies of #0CB623
Complementary color
Monochromatic Colors of #0CB623
Black with #0CB623
Text Example
Text Example
White with #0CB623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB623; }
p { color: rgb(12,182,35); }
H1.HeaderClassName
{
color: #0CB623;
}
.AnyTagClassName
{
color: #0CB623;
}
</style>
background-color css
<style>
a { background-color: #0CB623; }
a { background-color: rgb(12,182,35); }
div.DivClassName
{
background-color: #0CB623;
}
.BgClassName
{
background-color: #0CB623;
}
</style>
border-color css
<style>
span { border-color: #0CB623; }
span { border-color: rgb(12,182,35); }
td.TdClassName
{
border-color: #0CB623;
}
.TagClassName
{
border-color: #0CB623;
}
</style>