Shades of Dark Pastel Green #0DB42D
Tints of Dark Pastel Green #0DB42D
RGB
CMYK
RGB Variations
Color information
#0DB42D (or 0x0DB42D) is known color: Dark Pastel Green. HEX triplet: 0D, B4 and 2D. RGB value is (13,180,45). Sum of RGB (Red+Green+Blue) = 13+180+45=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 180 (70.70% from 255 or 75.63% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB42D is #F24BD2. Grayscale: #737373. Windows color (decimal): -15879123 or 2995213. OLE color: 2995213.
HSL color Cylindrical-coordinate representation of color #0DB42D: hue angle of 131.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB42D is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 45 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.29 |
| HSL | 131.5º | 0.87% | 0.38% | - |
| HSV(B) | 131.5º | 0.93% | 0.71% | - |
| XYZ | 16.96 | 32.92 | 7.94 | - |
| YUV | 114.68 | 88.67 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 45 | 0.93 | 0 | 0.75 | 0.29 | 131.5 | 0.87 | 0.38 |
| Hex | D | B4 | 2D | 5D | 0 | 4B | 1D | 83 | 57 | 26 |
| Octal | 15 | 264 | 55 | 135 | 0 | 113 | 35 | 203 | 127 | 46 |
| Binary | 1101 | 10110100 | 101101 | 1011101 | 0 | 1001011 | 11101 | 10000011 | 1010111 | 100110 |
Color Harmonies of #0DB42D
Complementary color
Monochromatic Colors of #0DB42D
Black with #0DB42D
Text Example
Text Example
White with #0DB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB42D; }
p { color: rgb(13,180,45); }
H1.HeaderClassName
{
color: #0DB42D;
}
.AnyTagClassName
{
color: #0DB42D;
}
</style>
background-color css
<style>
a { background-color: #0DB42D; }
a { background-color: rgb(13,180,45); }
div.DivClassName
{
background-color: #0DB42D;
}
.BgClassName
{
background-color: #0DB42D;
}
</style>
border-color css
<style>
span { border-color: #0DB42D; }
span { border-color: rgb(13,180,45); }
td.TdClassName
{
border-color: #0DB42D;
}
.TagClassName
{
border-color: #0DB42D;
}
</style>