Shades of Dark Pastel Green #0CB73C
Tints of Dark Pastel Green #0CB73C
RGB
CMYK
RGB Variations
Color information
#0CB73C (or 0x0CB73C) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 3C. RGB value is (12,183,60). Sum of RGB (Red+Green+Blue) = 12+183+60=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 183 (71.88% from 255 or 71.76% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB73C is #F348C3. Grayscale: #767676. Windows color (decimal): -15943876 or 3979020. OLE color: 3979020.
HSL color Cylindrical-coordinate representation of color #0CB73C: hue angle of 136.84º 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 #0CB73C is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 60 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.28 |
| HSL | 136.84º | 0.88% | 0.38% | - |
| HSV(B) | 136.84º | 0.93% | 0.72% | - |
| XYZ | 17.9 | 34.27 | 9.95 | - |
| YUV | 117.85 | 95.35 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 60 | 0.93 | 0 | 0.67 | 0.28 | 136.84 | 0.88 | 0.38 |
| Hex | C | B7 | 3C | 5D | 0 | 43 | 1C | 89 | 58 | 26 |
| Octal | 14 | 267 | 74 | 135 | 0 | 103 | 34 | 211 | 130 | 46 |
| Binary | 1100 | 10110111 | 111100 | 1011101 | 0 | 1000011 | 11100 | 10001001 | 1011000 | 100110 |
Color Harmonies of #0CB73C
Complementary color
Monochromatic Colors of #0CB73C
Black with #0CB73C
Text Example
Text Example
White with #0CB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB73C; }
p { color: rgb(12,183,60); }
H1.HeaderClassName
{
color: #0CB73C;
}
.AnyTagClassName
{
color: #0CB73C;
}
</style>
background-color css
<style>
a { background-color: #0CB73C; }
a { background-color: rgb(12,183,60); }
div.DivClassName
{
background-color: #0CB73C;
}
.BgClassName
{
background-color: #0CB73C;
}
</style>
border-color css
<style>
span { border-color: #0CB73C; }
span { border-color: rgb(12,183,60); }
td.TdClassName
{
border-color: #0CB73C;
}
.TagClassName
{
border-color: #0CB73C;
}
</style>