Shades of Dark Pastel Green #0DC041
Tints of Dark Pastel Green #0DC041
RGB
CMYK
RGB Variations
Color information
#0DC041 (or 0x0DC041) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 41. RGB value is (13,192,65). Sum of RGB (Red+Green+Blue) = 13+192+65=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC041 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC041 is #F23FBE. Grayscale: #7C7C7C. Windows color (decimal): -15876031 or 4309005. OLE color: 4309005.
HSL color Cylindrical-coordinate representation of color #0DC041: hue angle of 137.43º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC041 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 65 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.25 |
| HSL | 137.43º | 0.87% | 0.4% | - |
| HSV(B) | 137.43º | 0.93% | 0.75% | - |
| XYZ | 19.97 | 38.17 | 11.32 | - |
| YUV | 124 | 94.7 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 65 | 0.93 | 0 | 0.66 | 0.25 | 137.43 | 0.87 | 0.4 |
| Hex | D | C0 | 41 | 5D | 0 | 42 | 19 | 89 | 57 | 28 |
| Octal | 15 | 300 | 101 | 135 | 0 | 102 | 31 | 211 | 127 | 50 |
| Binary | 1101 | 11000000 | 1000001 | 1011101 | 0 | 1000010 | 11001 | 10001001 | 1010111 | 101000 |
Color Harmonies of #0DC041
Complementary color
Monochromatic Colors of #0DC041
Black with #0DC041
Text Example
Text Example
White with #0DC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC041; }
p { color: rgb(13,192,65); }
H1.HeaderClassName
{
color: #0DC041;
}
.AnyTagClassName
{
color: #0DC041;
}
</style>
background-color css
<style>
a { background-color: #0DC041; }
a { background-color: rgb(13,192,65); }
div.DivClassName
{
background-color: #0DC041;
}
.BgClassName
{
background-color: #0DC041;
}
</style>
border-color css
<style>
span { border-color: #0DC041; }
span { border-color: rgb(13,192,65); }
td.TdClassName
{
border-color: #0DC041;
}
.TagClassName
{
border-color: #0DC041;
}
</style>