Shades of Dark Pastel Green #0DC048
Tints of Dark Pastel Green #0DC048
RGB
CMYK
RGB Variations
Color information
#0DC048 (or 0x0DC048) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 48. RGB value is (13,192,72). Sum of RGB (Red+Green+Blue) = 13+192+72=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC048 is #F23FB7. Grayscale: #7D7D7D. Windows color (decimal): -15876024 or 4767757. OLE color: 4767757.
HSL color Cylindrical-coordinate representation of color #0DC048: hue angle of 139.78º 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 #0DC048 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 72 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.25 |
| HSL | 139.78º | 0.87% | 0.4% | - |
| HSV(B) | 139.78º | 0.93% | 0.75% | - |
| XYZ | 20.19 | 38.25 | 12.45 | - |
| YUV | 124.8 | 98.2 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 72 | 0.93 | 0 | 0.63 | 0.25 | 139.78 | 0.87 | 0.4 |
| Hex | D | C0 | 48 | 5D | 0 | 3F | 19 | 8C | 57 | 28 |
| Octal | 15 | 300 | 110 | 135 | 0 | 77 | 31 | 214 | 127 | 50 |
| Binary | 1101 | 11000000 | 1001000 | 1011101 | 0 | 111111 | 11001 | 10001100 | 1010111 | 101000 |
Color Harmonies of #0DC048
Complementary color
Monochromatic Colors of #0DC048
Black with #0DC048
Text Example
Text Example
White with #0DC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC048; }
p { color: rgb(13,192,72); }
H1.HeaderClassName
{
color: #0DC048;
}
.AnyTagClassName
{
color: #0DC048;
}
</style>
background-color css
<style>
a { background-color: #0DC048; }
a { background-color: rgb(13,192,72); }
div.DivClassName
{
background-color: #0DC048;
}
.BgClassName
{
background-color: #0DC048;
}
</style>
border-color css
<style>
span { border-color: #0DC048; }
span { border-color: rgb(13,192,72); }
td.TdClassName
{
border-color: #0DC048;
}
.TagClassName
{
border-color: #0DC048;
}
</style>