Shades of Dark Pastel Green #0DBB37
Tints of Dark Pastel Green #0DBB37
RGB
CMYK
RGB Variations
Color information
#0DBB37 (or 0x0DBB37) is known color: Dark Pastel Green. HEX triplet: 0D, BB and 37. RGB value is (13,187,55). Sum of RGB (Red+Green+Blue) = 13+187+55=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 187 (73.44% from 255 or 73.33% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBB37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBB37 is #F244C8. Grayscale: #787878. Windows color (decimal): -15877321 or 3652365. OLE color: 3652365.
HSL color Cylindrical-coordinate representation of color #0DBB37: hue angle of 134.48º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBB37 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 187 | 55 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.27 |
| HSL | 134.48º | 0.87% | 0.39% | - |
| HSV(B) | 134.48º | 0.93% | 0.73% | - |
| XYZ | 18.63 | 35.9 | 9.56 | - |
| YUV | 119.93 | 91.35 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 55 | 0.93 | 0 | 0.71 | 0.27 | 134.48 | 0.87 | 0.39 |
| Hex | D | BB | 37 | 5D | 0 | 47 | 1B | 86 | 57 | 27 |
| Octal | 15 | 273 | 67 | 135 | 0 | 107 | 33 | 206 | 127 | 47 |
| Binary | 1101 | 10111011 | 110111 | 1011101 | 0 | 1000111 | 11011 | 10000110 | 1010111 | 100111 |
Color Harmonies of #0DBB37
Complementary color
Monochromatic Colors of #0DBB37
Black with #0DBB37
Text Example
Text Example
White with #0DBB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBB37; }
p { color: rgb(13,187,55); }
H1.HeaderClassName
{
color: #0DBB37;
}
.AnyTagClassName
{
color: #0DBB37;
}
</style>
background-color css
<style>
a { background-color: #0DBB37; }
a { background-color: rgb(13,187,55); }
div.DivClassName
{
background-color: #0DBB37;
}
.BgClassName
{
background-color: #0DBB37;
}
</style>
border-color css
<style>
span { border-color: #0DBB37; }
span { border-color: rgb(13,187,55); }
td.TdClassName
{
border-color: #0DBB37;
}
.TagClassName
{
border-color: #0DBB37;
}
</style>