Shades of Dark Pastel Green #0DB63D
Tints of Dark Pastel Green #0DB63D
RGB
CMYK
RGB Variations
Color information
#0DB63D (or 0x0DB63D) is known color: Dark Pastel Green. HEX triplet: 0D, B6 and 3D. RGB value is (13,182,61). Sum of RGB (Red+Green+Blue) = 13+182+61=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 182 (71.48% from 255 or 71.09% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB63D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB63D is #F249C2. Grayscale: #757575. Windows color (decimal): -15878595 or 4044301. OLE color: 4044301.
HSL color Cylindrical-coordinate representation of color #0DB63D: hue angle of 137.04º 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 #0DB63D is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 61 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.29 |
| HSL | 137.04º | 0.87% | 0.38% | - |
| HSV(B) | 137.04º | 0.93% | 0.71% | - |
| XYZ | 17.74 | 33.88 | 10.02 | - |
| YUV | 117.68 | 96.01 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 61 | 0.93 | 0 | 0.66 | 0.29 | 137.04 | 0.87 | 0.38 |
| Hex | D | B6 | 3D | 5D | 0 | 42 | 1D | 89 | 57 | 26 |
| Octal | 15 | 266 | 75 | 135 | 0 | 102 | 35 | 211 | 127 | 46 |
| Binary | 1101 | 10110110 | 111101 | 1011101 | 0 | 1000010 | 11101 | 10001001 | 1010111 | 100110 |
Color Harmonies of #0DB63D
Complementary color
Monochromatic Colors of #0DB63D
Black with #0DB63D
Text Example
Text Example
White with #0DB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB63D; }
p { color: rgb(13,182,61); }
H1.HeaderClassName
{
color: #0DB63D;
}
.AnyTagClassName
{
color: #0DB63D;
}
</style>
background-color css
<style>
a { background-color: #0DB63D; }
a { background-color: rgb(13,182,61); }
div.DivClassName
{
background-color: #0DB63D;
}
.BgClassName
{
background-color: #0DB63D;
}
</style>
border-color css
<style>
span { border-color: #0DB63D; }
span { border-color: rgb(13,182,61); }
td.TdClassName
{
border-color: #0DB63D;
}
.TagClassName
{
border-color: #0DB63D;
}
</style>