Shades of Dark Pastel Green #0BD728
Tints of Dark Pastel Green #0BD728
RGB
CMYK
RGB Variations
Color information
#0BD728 (or 0x0BD728) is known color: Dark Pastel Green. HEX triplet: 0B, D7 and 28. RGB value is (11,215,40). Sum of RGB (Red+Green+Blue) = 11+215+40=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 215 (84.38% from 255 or 80.83% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD728 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD728 is #F428D7. Grayscale: #868686. Windows color (decimal): -16001240 or 2676491. OLE color: 2676491.
HSL color Cylindrical-coordinate representation of color #0BD728: hue angle of 128.53º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD728 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 40 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.16 |
| HSL | 128.53º | 0.9% | 0.44% | - |
| HSV(B) | 128.53º | 0.95% | 0.84% | - |
| XYZ | 24.82 | 48.83 | 10.12 | - |
| YUV | 134.05 | 74.91 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 40 | 0.95 | 0 | 0.81 | 0.16 | 128.53 | 0.9 | 0.44 |
| Hex | B | D7 | 28 | 5F | 0 | 51 | 10 | 81 | 5A | 2C |
| Octal | 13 | 327 | 50 | 137 | 0 | 121 | 20 | 201 | 132 | 54 |
| Binary | 1011 | 11010111 | 101000 | 1011111 | 0 | 1010001 | 10000 | 10000001 | 1011010 | 101100 |
Color Harmonies of #0BD728
Complementary color
Monochromatic Colors of #0BD728
Black with #0BD728
Text Example
Text Example
White with #0BD728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD728; }
p { color: rgb(11,215,40); }
H1.HeaderClassName
{
color: #0BD728;
}
.AnyTagClassName
{
color: #0BD728;
}
</style>
background-color css
<style>
a { background-color: #0BD728; }
a { background-color: rgb(11,215,40); }
div.DivClassName
{
background-color: #0BD728;
}
.BgClassName
{
background-color: #0BD728;
}
</style>
border-color css
<style>
span { border-color: #0BD728; }
span { border-color: rgb(11,215,40); }
td.TdClassName
{
border-color: #0BD728;
}
.TagClassName
{
border-color: #0BD728;
}
</style>