Shades of Dark Pastel Green #0DC448
Tints of Dark Pastel Green #0DC448
RGB
CMYK
RGB Variations
Color information
#0DC448 (or 0x0DC448) is known color: Dark Pastel Green. HEX triplet: 0D, C4 and 48. RGB value is (13,196,72). Sum of RGB (Red+Green+Blue) = 13+196+72=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 196 (76.95% from 255 or 69.75% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC448 is #F23BB7. Grayscale: #7F7F7F. Windows color (decimal): -15875000 or 4768781. OLE color: 4768781.
HSL color Cylindrical-coordinate representation of color #0DC448: hue angle of 139.34º 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 #0DC448 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 72 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.23 |
| HSL | 139.34º | 0.88% | 0.41% | - |
| HSV(B) | 139.34º | 0.93% | 0.77% | - |
| XYZ | 21.08 | 40.03 | 12.75 | - |
| YUV | 127.15 | 96.87 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 72 | 0.93 | 0 | 0.63 | 0.23 | 139.34 | 0.88 | 0.41 |
| Hex | D | C4 | 48 | 5D | 0 | 3F | 17 | 8B | 58 | 29 |
| Octal | 15 | 304 | 110 | 135 | 0 | 77 | 27 | 213 | 130 | 51 |
| Binary | 1101 | 11000100 | 1001000 | 1011101 | 0 | 111111 | 10111 | 10001011 | 1011000 | 101001 |
Color Harmonies of #0DC448
Complementary color
Monochromatic Colors of #0DC448
Black with #0DC448
Text Example
Text Example
White with #0DC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC448; }
p { color: rgb(13,196,72); }
H1.HeaderClassName
{
color: #0DC448;
}
.AnyTagClassName
{
color: #0DC448;
}
</style>
background-color css
<style>
a { background-color: #0DC448; }
a { background-color: rgb(13,196,72); }
div.DivClassName
{
background-color: #0DC448;
}
.BgClassName
{
background-color: #0DC448;
}
</style>
border-color css
<style>
span { border-color: #0DC448; }
span { border-color: rgb(13,196,72); }
td.TdClassName
{
border-color: #0DC448;
}
.TagClassName
{
border-color: #0DC448;
}
</style>