Shades of Dark Pastel Green #0CB631
Tints of Dark Pastel Green #0CB631
RGB
CMYK
RGB Variations
Color information
#0CB631 (or 0x0CB631) is known color: Dark Pastel Green. HEX triplet: 0C, B6 and 31. RGB value is (12,182,49). Sum of RGB (Red+Green+Blue) = 12+182+49=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 182 (71.48% from 255 or 74.90% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB631 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB631 is #F349CE. Grayscale: #747474. Windows color (decimal): -15944143 or 3257868. OLE color: 3257868.
HSL color Cylindrical-coordinate representation of color #0CB631: hue angle of 133.06º 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 #0CB631 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 49 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.29 |
| HSL | 133.06º | 0.88% | 0.38% | - |
| HSV(B) | 133.06º | 0.93% | 0.71% | - |
| XYZ | 17.43 | 33.76 | 8.5 | - |
| YUV | 116.01 | 90.18 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 49 | 0.93 | 0 | 0.73 | 0.29 | 133.06 | 0.88 | 0.38 |
| Hex | C | B6 | 31 | 5D | 0 | 49 | 1D | 85 | 58 | 26 |
| Octal | 14 | 266 | 61 | 135 | 0 | 111 | 35 | 205 | 130 | 46 |
| Binary | 1100 | 10110110 | 110001 | 1011101 | 0 | 1001001 | 11101 | 10000101 | 1011000 | 100110 |
Color Harmonies of #0CB631
Complementary color
Monochromatic Colors of #0CB631
Black with #0CB631
Text Example
Text Example
White with #0CB631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB631; }
p { color: rgb(12,182,49); }
H1.HeaderClassName
{
color: #0CB631;
}
.AnyTagClassName
{
color: #0CB631;
}
</style>
background-color css
<style>
a { background-color: #0CB631; }
a { background-color: rgb(12,182,49); }
div.DivClassName
{
background-color: #0CB631;
}
.BgClassName
{
background-color: #0CB631;
}
</style>
border-color css
<style>
span { border-color: #0CB631; }
span { border-color: rgb(12,182,49); }
td.TdClassName
{
border-color: #0CB631;
}
.TagClassName
{
border-color: #0CB631;
}
</style>