Shades of Dark Pastel Green #0DB43D
Tints of Dark Pastel Green #0DB43D
RGB
CMYK
RGB Variations
Color information
#0DB43D (or 0x0DB43D) is known color: Dark Pastel Green. HEX triplet: 0D, B4 and 3D. RGB value is (13,180,61). Sum of RGB (Red+Green+Blue) = 13+180+61=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB43D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB43D is #F24BC2. Grayscale: #747474. Windows color (decimal): -15879107 or 4043789. OLE color: 4043789.
HSL color Cylindrical-coordinate representation of color #0DB43D: hue angle of 137.25º 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 #0DB43D is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 61 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.29 |
| HSL | 137.25º | 0.87% | 0.38% | - |
| HSV(B) | 137.25º | 0.93% | 0.71% | - |
| XYZ | 17.33 | 33.07 | 9.88 | - |
| YUV | 116.5 | 96.67 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 61 | 0.93 | 0 | 0.66 | 0.29 | 137.25 | 0.87 | 0.38 |
| Hex | D | B4 | 3D | 5D | 0 | 42 | 1D | 89 | 57 | 26 |
| Octal | 15 | 264 | 75 | 135 | 0 | 102 | 35 | 211 | 127 | 46 |
| Binary | 1101 | 10110100 | 111101 | 1011101 | 0 | 1000010 | 11101 | 10001001 | 1010111 | 100110 |
Color Harmonies of #0DB43D
Complementary color
Monochromatic Colors of #0DB43D
Black with #0DB43D
Text Example
Text Example
White with #0DB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB43D; }
p { color: rgb(13,180,61); }
H1.HeaderClassName
{
color: #0DB43D;
}
.AnyTagClassName
{
color: #0DB43D;
}
</style>
background-color css
<style>
a { background-color: #0DB43D; }
a { background-color: rgb(13,180,61); }
div.DivClassName
{
background-color: #0DB43D;
}
.BgClassName
{
background-color: #0DB43D;
}
</style>
border-color css
<style>
span { border-color: #0DB43D; }
span { border-color: rgb(13,180,61); }
td.TdClassName
{
border-color: #0DB43D;
}
.TagClassName
{
border-color: #0DB43D;
}
</style>