Shades of Dark Pastel Green #0DC020
Tints of Dark Pastel Green #0DC020
RGB
CMYK
RGB Variations
Color information
#0DC020 (or 0x0DC020) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 20. RGB value is (13,192,32). Sum of RGB (Red+Green+Blue) = 13+192+32=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 192 (75.39% from 255 or 81.01% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC020 is #F23FDF. Grayscale: #787878. Windows color (decimal): -15876064 or 2146317. OLE color: 2146317.
HSL color Cylindrical-coordinate representation of color #0DC020: hue angle of 126.37º 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 #0DC020 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 32 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.25 |
| HSL | 126.37º | 0.87% | 0.4% | - |
| HSV(B) | 126.37º | 0.93% | 0.75% | - |
| XYZ | 19.28 | 37.89 | 7.66 | - |
| YUV | 120.24 | 78.2 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 32 | 0.93 | 0 | 0.83 | 0.25 | 126.37 | 0.87 | 0.4 |
| Hex | D | C0 | 20 | 5D | 0 | 53 | 19 | 7E | 57 | 28 |
| Octal | 15 | 300 | 40 | 135 | 0 | 123 | 31 | 176 | 127 | 50 |
| Binary | 1101 | 11000000 | 100000 | 1011101 | 0 | 1010011 | 11001 | 1111110 | 1010111 | 101000 |
Color Harmonies of #0DC020
Complementary color
Monochromatic Colors of #0DC020
Black with #0DC020
Text Example
Text Example
White with #0DC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC020; }
p { color: rgb(13,192,32); }
H1.HeaderClassName
{
color: #0DC020;
}
.AnyTagClassName
{
color: #0DC020;
}
</style>
background-color css
<style>
a { background-color: #0DC020; }
a { background-color: rgb(13,192,32); }
div.DivClassName
{
background-color: #0DC020;
}
.BgClassName
{
background-color: #0DC020;
}
</style>
border-color css
<style>
span { border-color: #0DC020; }
span { border-color: rgb(13,192,32); }
td.TdClassName
{
border-color: #0DC020;
}
.TagClassName
{
border-color: #0DC020;
}
</style>