Shades of Dark Pastel Green #0CB628
Tints of Dark Pastel Green #0CB628
RGB
CMYK
RGB Variations
Color information
#0CB628 (or 0x0CB628) is known color: Dark Pastel Green. HEX triplet: 0C, B6 and 28. RGB value is (12,182,40). Sum of RGB (Red+Green+Blue) = 12+182+40=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 182 (71.48% from 255 or 77.78% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB628 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB628 is #F349D7. Grayscale: #737373. Windows color (decimal): -15944152 or 2668044. OLE color: 2668044.
HSL color Cylindrical-coordinate representation of color #0CB628: hue angle of 129.88º 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 #0CB628 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 40 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.29 |
| HSL | 129.88º | 0.88% | 0.38% | - |
| HSV(B) | 129.88º | 0.93% | 0.71% | - |
| XYZ | 17.26 | 33.69 | 7.6 | - |
| YUV | 114.98 | 85.68 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 40 | 0.93 | 0 | 0.78 | 0.29 | 129.88 | 0.88 | 0.38 |
| Hex | C | B6 | 28 | 5D | 0 | 4E | 1D | 82 | 58 | 26 |
| Octal | 14 | 266 | 50 | 135 | 0 | 116 | 35 | 202 | 130 | 46 |
| Binary | 1100 | 10110110 | 101000 | 1011101 | 0 | 1001110 | 11101 | 10000010 | 1011000 | 100110 |
Color Harmonies of #0CB628
Complementary color
Monochromatic Colors of #0CB628
Black with #0CB628
Text Example
Text Example
White with #0CB628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB628; }
p { color: rgb(12,182,40); }
H1.HeaderClassName
{
color: #0CB628;
}
.AnyTagClassName
{
color: #0CB628;
}
</style>
background-color css
<style>
a { background-color: #0CB628; }
a { background-color: rgb(12,182,40); }
div.DivClassName
{
background-color: #0CB628;
}
.BgClassName
{
background-color: #0CB628;
}
</style>
border-color css
<style>
span { border-color: #0CB628; }
span { border-color: rgb(12,182,40); }
td.TdClassName
{
border-color: #0CB628;
}
.TagClassName
{
border-color: #0CB628;
}
</style>