Shades of Dark Pastel Green #0BD336
Tints of Dark Pastel Green #0BD336
RGB
CMYK
RGB Variations
Color information
#0BD336 (or 0x0BD336) is known color: Dark Pastel Green. HEX triplet: 0B, D3 and 36. RGB value is (11,211,54). Sum of RGB (Red+Green+Blue) = 11+211+54=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 211 (82.81% from 255 or 76.45% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD336 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD336 is #F42CC9. Grayscale: #858585. Windows color (decimal): -16002250 or 3592971. OLE color: 3592971.
HSL color Cylindrical-coordinate representation of color #0BD336: hue angle of 132.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD336 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 211 | 54 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.17 |
| HSL | 132.9º | 0.9% | 0.44% | - |
| HSV(B) | 132.9º | 0.95% | 0.83% | - |
| XYZ | 24.1 | 46.93 | 11.28 | - |
| YUV | 133.3 | 83.24 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 211 | 54 | 0.95 | 0 | 0.74 | 0.17 | 132.9 | 0.9 | 0.44 |
| Hex | B | D3 | 36 | 5F | 0 | 4A | 11 | 85 | 5A | 2C |
| Octal | 13 | 323 | 66 | 137 | 0 | 112 | 21 | 205 | 132 | 54 |
| Binary | 1011 | 11010011 | 110110 | 1011111 | 0 | 1001010 | 10001 | 10000101 | 1011010 | 101100 |
Color Harmonies of #0BD336
Complementary color
Monochromatic Colors of #0BD336
Black with #0BD336
Text Example
Text Example
White with #0BD336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD336; }
p { color: rgb(11,211,54); }
H1.HeaderClassName
{
color: #0BD336;
}
.AnyTagClassName
{
color: #0BD336;
}
</style>
background-color css
<style>
a { background-color: #0BD336; }
a { background-color: rgb(11,211,54); }
div.DivClassName
{
background-color: #0BD336;
}
.BgClassName
{
background-color: #0BD336;
}
</style>
border-color css
<style>
span { border-color: #0BD336; }
span { border-color: rgb(11,211,54); }
td.TdClassName
{
border-color: #0BD336;
}
.TagClassName
{
border-color: #0BD336;
}
</style>