Shades of Dark Pastel Green #0DBD2B
Tints of Dark Pastel Green #0DBD2B
RGB
CMYK
RGB Variations
Color information
#0DBD2B (or 0x0DBD2B) is known color: Dark Pastel Green. HEX triplet: 0D, BD and 2B. RGB value is (13,189,43). Sum of RGB (Red+Green+Blue) = 13+189+43=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 189 (74.22% from 255 or 77.14% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBD2B is #F242D4. Grayscale: #787878. Windows color (decimal): -15876821 or 2866445. OLE color: 2866445.
HSL color Cylindrical-coordinate representation of color #0DBD2B: hue angle of 130.23º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBD2B is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 43 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.26 |
| HSL | 130.23º | 0.87% | 0.4% | - |
| HSV(B) | 130.23º | 0.93% | 0.74% | - |
| XYZ | 18.8 | 36.66 | 8.37 | - |
| YUV | 119.73 | 84.69 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 43 | 0.93 | 0 | 0.77 | 0.26 | 130.23 | 0.87 | 0.4 |
| Hex | D | BD | 2B | 5D | 0 | 4D | 1A | 82 | 57 | 28 |
| Octal | 15 | 275 | 53 | 135 | 0 | 115 | 32 | 202 | 127 | 50 |
| Binary | 1101 | 10111101 | 101011 | 1011101 | 0 | 1001101 | 11010 | 10000010 | 1010111 | 101000 |
Color Harmonies of #0DBD2B
Complementary color
Monochromatic Colors of #0DBD2B
Black with #0DBD2B
Text Example
Text Example
White with #0DBD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD2B; }
p { color: rgb(13,189,43); }
H1.HeaderClassName
{
color: #0DBD2B;
}
.AnyTagClassName
{
color: #0DBD2B;
}
</style>
background-color css
<style>
a { background-color: #0DBD2B; }
a { background-color: rgb(13,189,43); }
div.DivClassName
{
background-color: #0DBD2B;
}
.BgClassName
{
background-color: #0DBD2B;
}
</style>
border-color css
<style>
span { border-color: #0DBD2B; }
span { border-color: rgb(13,189,43); }
td.TdClassName
{
border-color: #0DBD2B;
}
.TagClassName
{
border-color: #0DBD2B;
}
</style>