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