Shades of Dark Pastel Green #0BD528
Tints of Dark Pastel Green #0BD528
RGB
CMYK
RGB Variations
Color information
#0BD528 (or 0x0BD528) is known color: Dark Pastel Green. HEX triplet: 0B, D5 and 28. RGB value is (11,213,40). Sum of RGB (Red+Green+Blue) = 11+213+40=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 213 (83.59% from 255 or 80.68% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD528 is #F42AD7. Grayscale: #858585. Windows color (decimal): -16001752 or 2675979. OLE color: 2675979.
HSL color Cylindrical-coordinate representation of color #0BD528: hue angle of 128.61º 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 #0BD528 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 213 | 40 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.16 |
| HSL | 128.61º | 0.9% | 0.44% | - |
| HSV(B) | 128.61º | 0.95% | 0.84% | - |
| XYZ | 24.32 | 47.81 | 9.95 | - |
| YUV | 132.88 | 75.58 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 213 | 40 | 0.95 | 0 | 0.81 | 0.16 | 128.61 | 0.9 | 0.44 |
| Hex | B | D5 | 28 | 5F | 0 | 51 | 10 | 81 | 5A | 2C |
| Octal | 13 | 325 | 50 | 137 | 0 | 121 | 20 | 201 | 132 | 54 |
| Binary | 1011 | 11010101 | 101000 | 1011111 | 0 | 1010001 | 10000 | 10000001 | 1011010 | 101100 |
Color Harmonies of #0BD528
Complementary color
Monochromatic Colors of #0BD528
Black with #0BD528
Text Example
Text Example
White with #0BD528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD528; }
p { color: rgb(11,213,40); }
H1.HeaderClassName
{
color: #0BD528;
}
.AnyTagClassName
{
color: #0BD528;
}
</style>
background-color css
<style>
a { background-color: #0BD528; }
a { background-color: rgb(11,213,40); }
div.DivClassName
{
background-color: #0BD528;
}
.BgClassName
{
background-color: #0BD528;
}
</style>
border-color css
<style>
span { border-color: #0BD528; }
span { border-color: rgb(11,213,40); }
td.TdClassName
{
border-color: #0BD528;
}
.TagClassName
{
border-color: #0BD528;
}
</style>