Shades of Dark Pastel Green #0DA42D
Tints of Dark Pastel Green #0DA42D
RGB
CMYK
RGB Variations
Color information
#0DA42D (or 0x0DA42D) is known color: Dark Pastel Green. HEX triplet: 0D, A4 and 2D. RGB value is (13,164,45). Sum of RGB (Red+Green+Blue) = 13+164+45=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 164 (64.45% from 255 or 73.87% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA42D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA42D is #F25BD2. Grayscale: #696969. Windows color (decimal): -15883219 or 2991117. OLE color: 2991117.
HSL color Cylindrical-coordinate representation of color #0DA42D: hue angle of 132.72º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA42D is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 164 | 45 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.36 |
| HSL | 132.72º | 0.85% | 0.35% | - |
| HSV(B) | 132.72º | 0.92% | 0.64% | - |
| XYZ | 13.92 | 26.83 | 6.93 | - |
| YUV | 105.29 | 93.97 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 164 | 45 | 0.92 | 0 | 0.73 | 0.36 | 132.72 | 0.85 | 0.35 |
| Hex | D | A4 | 2D | 5C | 0 | 49 | 24 | 85 | 55 | 23 |
| Octal | 15 | 244 | 55 | 134 | 0 | 111 | 44 | 205 | 125 | 43 |
| Binary | 1101 | 10100100 | 101101 | 1011100 | 0 | 1001001 | 100100 | 10000101 | 1010101 | 100011 |
Color Harmonies of #0DA42D
Complementary color
Monochromatic Colors of #0DA42D
Black with #0DA42D
Text Example
Text Example
White with #0DA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA42D; }
p { color: rgb(13,164,45); }
H1.HeaderClassName
{
color: #0DA42D;
}
.AnyTagClassName
{
color: #0DA42D;
}
</style>
background-color css
<style>
a { background-color: #0DA42D; }
a { background-color: rgb(13,164,45); }
div.DivClassName
{
background-color: #0DA42D;
}
.BgClassName
{
background-color: #0DA42D;
}
</style>
border-color css
<style>
span { border-color: #0DA42D; }
span { border-color: rgb(13,164,45); }
td.TdClassName
{
border-color: #0DA42D;
}
.TagClassName
{
border-color: #0DA42D;
}
</style>