Shades of Dark Pastel Green #0DB532
Tints of Dark Pastel Green #0DB532
RGB
CMYK
RGB Variations
Color information
#0DB532 (or 0x0DB532) is known color: Dark Pastel Green. HEX triplet: 0D, B5 and 32. RGB value is (13,181,50). Sum of RGB (Red+Green+Blue) = 13+181+50=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 181 (71.09% from 255 or 74.18% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB532 is #F24ACD. Grayscale: #747474. Windows color (decimal): -15878862 or 3323149. OLE color: 3323149.
HSL color Cylindrical-coordinate representation of color #0DB532: hue angle of 133.21º 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 #0DB532 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 50 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.29 |
| HSL | 133.21º | 0.87% | 0.38% | - |
| HSV(B) | 133.21º | 0.93% | 0.71% | - |
| XYZ | 17.27 | 33.36 | 8.55 | - |
| YUV | 115.83 | 90.84 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 50 | 0.93 | 0 | 0.72 | 0.29 | 133.21 | 0.87 | 0.38 |
| Hex | D | B5 | 32 | 5D | 0 | 48 | 1D | 85 | 57 | 26 |
| Octal | 15 | 265 | 62 | 135 | 0 | 110 | 35 | 205 | 127 | 46 |
| Binary | 1101 | 10110101 | 110010 | 1011101 | 0 | 1001000 | 11101 | 10000101 | 1010111 | 100110 |
Color Harmonies of #0DB532
Complementary color
Monochromatic Colors of #0DB532
Black with #0DB532
Text Example
Text Example
White with #0DB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB532; }
p { color: rgb(13,181,50); }
H1.HeaderClassName
{
color: #0DB532;
}
.AnyTagClassName
{
color: #0DB532;
}
</style>
background-color css
<style>
a { background-color: #0DB532; }
a { background-color: rgb(13,181,50); }
div.DivClassName
{
background-color: #0DB532;
}
.BgClassName
{
background-color: #0DB532;
}
</style>
border-color css
<style>
span { border-color: #0DB532; }
span { border-color: rgb(13,181,50); }
td.TdClassName
{
border-color: #0DB532;
}
.TagClassName
{
border-color: #0DB532;
}
</style>