Shades of Dark Pastel Green #0BD831
Tints of Dark Pastel Green #0BD831
RGB
CMYK
RGB Variations
Color information
#0BD831 (or 0x0BD831) is known color: Dark Pastel Green. HEX triplet: 0B, D8 and 31. RGB value is (11,216,49). Sum of RGB (Red+Green+Blue) = 11+216+49=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 216 (84.77% from 255 or 78.26% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD831 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD831 is #F427CE. Grayscale: #888888. Windows color (decimal): -16000975 or 3266571. OLE color: 3266571.
HSL color Cylindrical-coordinate representation of color #0BD831: hue angle of 131.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD831 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 49 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.15 |
| HSL | 131.12º | 0.9% | 0.45% | - |
| HSV(B) | 131.12º | 0.95% | 0.85% | - |
| XYZ | 25.25 | 49.4 | 11.11 | - |
| YUV | 135.67 | 79.08 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 49 | 0.95 | 0 | 0.77 | 0.15 | 131.12 | 0.9 | 0.45 |
| Hex | B | D8 | 31 | 5F | 0 | 4D | F | 83 | 5A | 2D |
| Octal | 13 | 330 | 61 | 137 | 0 | 115 | 17 | 203 | 132 | 55 |
| Binary | 1011 | 11011000 | 110001 | 1011111 | 0 | 1001101 | 1111 | 10000011 | 1011010 | 101101 |
Color Harmonies of #0BD831
Complementary color
Monochromatic Colors of #0BD831
Black with #0BD831
Text Example
Text Example
White with #0BD831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD831; }
p { color: rgb(11,216,49); }
H1.HeaderClassName
{
color: #0BD831;
}
.AnyTagClassName
{
color: #0BD831;
}
</style>
background-color css
<style>
a { background-color: #0BD831; }
a { background-color: rgb(11,216,49); }
div.DivClassName
{
background-color: #0BD831;
}
.BgClassName
{
background-color: #0BD831;
}
</style>
border-color css
<style>
span { border-color: #0BD831; }
span { border-color: rgb(11,216,49); }
td.TdClassName
{
border-color: #0BD831;
}
.TagClassName
{
border-color: #0BD831;
}
</style>