Shades of Dark Pastel Green #0DD326
Tints of Dark Pastel Green #0DD326
RGB
CMYK
RGB Variations
Color information
#0DD326 (or 0x0DD326) is known color: Dark Pastel Green. HEX triplet: 0D, D3 and 26. RGB value is (13,211,38). Sum of RGB (Red+Green+Blue) = 13+211+38=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 211 (82.81% from 255 or 80.53% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 211 - color contains mainly: green. Hex color #0DD326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD326 is #F22CD9. Grayscale: #848484. Windows color (decimal): -15871194 or 2544397. OLE color: 2544397.
HSL color Cylindrical-coordinate representation of color #0DD326: hue angle of 127.58º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD326 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 211 | 38 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.17 |
| HSL | 127.58º | 0.88% | 0.44% | - |
| HSV(B) | 127.58º | 0.94% | 0.83% | - |
| XYZ | 23.81 | 46.81 | 9.61 | - |
| YUV | 132.08 | 74.9 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 211 | 38 | 0.94 | 0 | 0.82 | 0.17 | 127.58 | 0.88 | 0.44 |
| Hex | D | D3 | 26 | 5E | 0 | 52 | 11 | 80 | 58 | 2C |
| Octal | 15 | 323 | 46 | 136 | 0 | 122 | 21 | 200 | 130 | 54 |
| Binary | 1101 | 11010011 | 100110 | 1011110 | 0 | 1010010 | 10001 | 10000000 | 1011000 | 101100 |
Color Harmonies of #0DD326
Complementary color
Monochromatic Colors of #0DD326
Black with #0DD326
Text Example
Text Example
White with #0DD326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD326; }
p { color: rgb(13,211,38); }
H1.HeaderClassName
{
color: #0DD326;
}
.AnyTagClassName
{
color: #0DD326;
}
</style>
background-color css
<style>
a { background-color: #0DD326; }
a { background-color: rgb(13,211,38); }
div.DivClassName
{
background-color: #0DD326;
}
.BgClassName
{
background-color: #0DD326;
}
</style>
border-color css
<style>
span { border-color: #0DD326; }
span { border-color: rgb(13,211,38); }
td.TdClassName
{
border-color: #0DD326;
}
.TagClassName
{
border-color: #0DD326;
}
</style>