Shades of Dark Pastel Green #0DBD1F
Tints of Dark Pastel Green #0DBD1F
RGB
CMYK
RGB Variations
Color information
#0DBD1F (or 0x0DBD1F) is known color: Dark Pastel Green. HEX triplet: 0D, BD and 1F. RGB value is (13,189,31). Sum of RGB (Red+Green+Blue) = 13+189+31=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 189 (74.22% from 255 or 81.12% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBD1F is #F242E0. Grayscale: #767676. Windows color (decimal): -15876833 or 2080013. OLE color: 2080013.
HSL color Cylindrical-coordinate representation of color #0DBD1F: hue angle of 126.14º 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 #0DBD1F is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 31 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.26 |
| HSL | 126.14º | 0.87% | 0.4% | - |
| HSV(B) | 126.14º | 0.93% | 0.74% | - |
| XYZ | 18.61 | 36.58 | 7.38 | - |
| YUV | 118.36 | 78.69 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 31 | 0.93 | 0 | 0.84 | 0.26 | 126.14 | 0.87 | 0.4 |
| Hex | D | BD | 1F | 5D | 0 | 54 | 1A | 7E | 57 | 28 |
| Octal | 15 | 275 | 37 | 135 | 0 | 124 | 32 | 176 | 127 | 50 |
| Binary | 1101 | 10111101 | 11111 | 1011101 | 0 | 1010100 | 11010 | 1111110 | 1010111 | 101000 |
Color Harmonies of #0DBD1F
Complementary color
Monochromatic Colors of #0DBD1F
Black with #0DBD1F
Text Example
Text Example
White with #0DBD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD1F; }
p { color: rgb(13,189,31); }
H1.HeaderClassName
{
color: #0DBD1F;
}
.AnyTagClassName
{
color: #0DBD1F;
}
</style>
background-color css
<style>
a { background-color: #0DBD1F; }
a { background-color: rgb(13,189,31); }
div.DivClassName
{
background-color: #0DBD1F;
}
.BgClassName
{
background-color: #0DBD1F;
}
</style>
border-color css
<style>
span { border-color: #0DBD1F; }
span { border-color: rgb(13,189,31); }
td.TdClassName
{
border-color: #0DBD1F;
}
.TagClassName
{
border-color: #0DBD1F;
}
</style>