Shades of Dark Pastel Green #0DC441
Tints of Dark Pastel Green #0DC441
RGB
CMYK
RGB Variations
Color information
#0DC441 (or 0x0DC441) is known color: Dark Pastel Green. HEX triplet: 0D, C4 and 41. RGB value is (13,196,65). Sum of RGB (Red+Green+Blue) = 13+196+65=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 196 (76.95% from 255 or 71.53% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC441 is #F23BBE. Grayscale: #7E7E7E. Windows color (decimal): -15875007 or 4310029. OLE color: 4310029.
HSL color Cylindrical-coordinate representation of color #0DC441: hue angle of 137.05º 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 #0DC441 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 65 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.23 |
| HSL | 137.05º | 0.88% | 0.41% | - |
| HSV(B) | 137.05º | 0.93% | 0.77% | - |
| XYZ | 20.86 | 39.95 | 11.61 | - |
| YUV | 126.35 | 93.37 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 65 | 0.93 | 0 | 0.67 | 0.23 | 137.05 | 0.88 | 0.41 |
| Hex | D | C4 | 41 | 5D | 0 | 43 | 17 | 89 | 58 | 29 |
| Octal | 15 | 304 | 101 | 135 | 0 | 103 | 27 | 211 | 130 | 51 |
| Binary | 1101 | 11000100 | 1000001 | 1011101 | 0 | 1000011 | 10111 | 10001001 | 1011000 | 101001 |
Color Harmonies of #0DC441
Complementary color
Monochromatic Colors of #0DC441
Black with #0DC441
Text Example
Text Example
White with #0DC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC441; }
p { color: rgb(13,196,65); }
H1.HeaderClassName
{
color: #0DC441;
}
.AnyTagClassName
{
color: #0DC441;
}
</style>
background-color css
<style>
a { background-color: #0DC441; }
a { background-color: rgb(13,196,65); }
div.DivClassName
{
background-color: #0DC441;
}
.BgClassName
{
background-color: #0DC441;
}
</style>
border-color css
<style>
span { border-color: #0DC441; }
span { border-color: rgb(13,196,65); }
td.TdClassName
{
border-color: #0DC441;
}
.TagClassName
{
border-color: #0DC441;
}
</style>