Shades of Dark Pastel Green #0DBF33
Tints of Dark Pastel Green #0DBF33
RGB
CMYK
RGB Variations
Color information
#0DBF33 (or 0x0DBF33) is known color: Dark Pastel Green. HEX triplet: 0D, BF and 33. RGB value is (13,191,51). Sum of RGB (Red+Green+Blue) = 13+191+51=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 191 (75% from 255 or 74.90% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBF33 is #F240CC. Grayscale: #7A7A7A. Windows color (decimal): -15876301 or 3391245. OLE color: 3391245.
HSL color Cylindrical-coordinate representation of color #0DBF33: hue angle of 132.81º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF33 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 51 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.25 |
| HSL | 132.81º | 0.87% | 0.4% | - |
| HSV(B) | 132.81º | 0.93% | 0.75% | - |
| XYZ | 19.39 | 37.59 | 9.36 | - |
| YUV | 121.82 | 88.03 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 51 | 0.93 | 0 | 0.73 | 0.25 | 132.81 | 0.87 | 0.4 |
| Hex | D | BF | 33 | 5D | 0 | 49 | 19 | 85 | 57 | 28 |
| Octal | 15 | 277 | 63 | 135 | 0 | 111 | 31 | 205 | 127 | 50 |
| Binary | 1101 | 10111111 | 110011 | 1011101 | 0 | 1001001 | 11001 | 10000101 | 1010111 | 101000 |
Color Harmonies of #0DBF33
Complementary color
Monochromatic Colors of #0DBF33
Black with #0DBF33
Text Example
Text Example
White with #0DBF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF33; }
p { color: rgb(13,191,51); }
H1.HeaderClassName
{
color: #0DBF33;
}
.AnyTagClassName
{
color: #0DBF33;
}
</style>
background-color css
<style>
a { background-color: #0DBF33; }
a { background-color: rgb(13,191,51); }
div.DivClassName
{
background-color: #0DBF33;
}
.BgClassName
{
background-color: #0DBF33;
}
</style>
border-color css
<style>
span { border-color: #0DBF33; }
span { border-color: rgb(13,191,51); }
td.TdClassName
{
border-color: #0DBF33;
}
.TagClassName
{
border-color: #0DBF33;
}
</style>