Shades of Dark Pastel Green #0DC428
Tints of Dark Pastel Green #0DC428
RGB
CMYK
RGB Variations
Color information
#0DC428 (or 0x0DC428) is known color: Dark Pastel Green. HEX triplet: 0D, C4 and 28. RGB value is (13,196,40). Sum of RGB (Red+Green+Blue) = 13+196+40=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 196 (76.95% from 255 or 78.71% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC428 is #F23BD7. Grayscale: #7B7B7B. Windows color (decimal): -15875032 or 2671629. OLE color: 2671629.
HSL color Cylindrical-coordinate representation of color #0DC428: hue angle of 128.85º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC428 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 40 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.23 |
| HSL | 128.85º | 0.88% | 0.41% | - |
| HSV(B) | 128.85º | 0.93% | 0.77% | - |
| XYZ | 20.29 | 39.72 | 8.6 | - |
| YUV | 123.5 | 80.87 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 40 | 0.93 | 0 | 0.80 | 0.23 | 128.85 | 0.88 | 0.41 |
| Hex | D | C4 | 28 | 5D | 0 | 50 | 17 | 81 | 58 | 29 |
| Octal | 15 | 304 | 50 | 135 | 0 | 120 | 27 | 201 | 130 | 51 |
| Binary | 1101 | 11000100 | 101000 | 1011101 | 0 | 1010000 | 10111 | 10000001 | 1011000 | 101001 |
Color Harmonies of #0DC428
Complementary color
Monochromatic Colors of #0DC428
Black with #0DC428
Text Example
Text Example
White with #0DC428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC428; }
p { color: rgb(13,196,40); }
H1.HeaderClassName
{
color: #0DC428;
}
.AnyTagClassName
{
color: #0DC428;
}
</style>
background-color css
<style>
a { background-color: #0DC428; }
a { background-color: rgb(13,196,40); }
div.DivClassName
{
background-color: #0DC428;
}
.BgClassName
{
background-color: #0DC428;
}
</style>
border-color css
<style>
span { border-color: #0DC428; }
span { border-color: rgb(13,196,40); }
td.TdClassName
{
border-color: #0DC428;
}
.TagClassName
{
border-color: #0DC428;
}
</style>