Shades of Dark Pastel Green #0DB640
Tints of Dark Pastel Green #0DB640
RGB
CMYK
RGB Variations
Color information
#0DB640 (or 0x0DB640) is known color: Dark Pastel Green. HEX triplet: 0D, B6 and 40. RGB value is (13,182,64). Sum of RGB (Red+Green+Blue) = 13+182+64=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 182 (71.48% from 255 or 70.27% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB640 is #F249BF. Grayscale: #767676. Windows color (decimal): -15878592 or 4240909. OLE color: 4240909.
HSL color Cylindrical-coordinate representation of color #0DB640: hue angle of 138.11º 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 #0DB640 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 64 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.29 |
| HSL | 138.11º | 0.87% | 0.38% | - |
| HSV(B) | 138.11º | 0.93% | 0.71% | - |
| XYZ | 17.82 | 33.91 | 10.46 | - |
| YUV | 118.02 | 97.51 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 64 | 0.93 | 0 | 0.65 | 0.29 | 138.11 | 0.87 | 0.38 |
| Hex | D | B6 | 40 | 5D | 0 | 41 | 1D | 8A | 57 | 26 |
| Octal | 15 | 266 | 100 | 135 | 0 | 101 | 35 | 212 | 127 | 46 |
| Binary | 1101 | 10110110 | 1000000 | 1011101 | 0 | 1000001 | 11101 | 10001010 | 1010111 | 100110 |
Color Harmonies of #0DB640
Complementary color
Monochromatic Colors of #0DB640
Black with #0DB640
Text Example
Text Example
White with #0DB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB640; }
p { color: rgb(13,182,64); }
H1.HeaderClassName
{
color: #0DB640;
}
.AnyTagClassName
{
color: #0DB640;
}
</style>
background-color css
<style>
a { background-color: #0DB640; }
a { background-color: rgb(13,182,64); }
div.DivClassName
{
background-color: #0DB640;
}
.BgClassName
{
background-color: #0DB640;
}
</style>
border-color css
<style>
span { border-color: #0DB640; }
span { border-color: rgb(13,182,64); }
td.TdClassName
{
border-color: #0DB640;
}
.TagClassName
{
border-color: #0DB640;
}
</style>