Shades of Dark Pastel Green #0CB745
Tints of Dark Pastel Green #0CB745
RGB
CMYK
RGB Variations
Color information
#0CB745 (or 0x0CB745) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 45. RGB value is (12,183,69). Sum of RGB (Red+Green+Blue) = 12+183+69=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 183 (71.88% from 255 or 69.32% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB745 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB745 is #F348BA. Grayscale: #777777. Windows color (decimal): -15943867 or 4568844. OLE color: 4568844.
HSL color Cylindrical-coordinate representation of color #0CB745: hue angle of 140º 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 #0CB745 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 69 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.28 |
| HSL | 140º | 0.88% | 0.38% | - |
| HSV(B) | 140º | 0.93% | 0.72% | - |
| XYZ | 18.16 | 34.37 | 11.31 | - |
| YUV | 118.88 | 99.85 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 69 | 0.93 | 0 | 0.62 | 0.28 | 140 | 0.88 | 0.38 |
| Hex | C | B7 | 45 | 5D | 0 | 3E | 1C | 8C | 58 | 26 |
| Octal | 14 | 267 | 105 | 135 | 0 | 76 | 34 | 214 | 130 | 46 |
| Binary | 1100 | 10110111 | 1000101 | 1011101 | 0 | 111110 | 11100 | 10001100 | 1011000 | 100110 |
Color Harmonies of #0CB745
Complementary color
Monochromatic Colors of #0CB745
Black with #0CB745
Text Example
Text Example
White with #0CB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB745; }
p { color: rgb(12,183,69); }
H1.HeaderClassName
{
color: #0CB745;
}
.AnyTagClassName
{
color: #0CB745;
}
</style>
background-color css
<style>
a { background-color: #0CB745; }
a { background-color: rgb(12,183,69); }
div.DivClassName
{
background-color: #0CB745;
}
.BgClassName
{
background-color: #0CB745;
}
</style>
border-color css
<style>
span { border-color: #0CB745; }
span { border-color: rgb(12,183,69); }
td.TdClassName
{
border-color: #0CB745;
}
.TagClassName
{
border-color: #0CB745;
}
</style>