Shades of Dark Pastel Green #0BB640
Tints of Dark Pastel Green #0BB640
RGB
CMYK
RGB Variations
Color information
#0BB640 (or 0x0BB640) is known color: Dark Pastel Green. HEX triplet: 0B, B6 and 40. RGB value is (11,182,64). Sum of RGB (Red+Green+Blue) = 11+182+64=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 182 (71.48% from 255 or 70.82% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB640 is #F449BF. Grayscale: #757575. Windows color (decimal): -16009664 or 4240907. OLE color: 4240907.
HSL color Cylindrical-coordinate representation of color #0BB640: hue angle of 138.6º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB640 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 64 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.29 |
| HSL | 138.6º | 0.89% | 0.38% | - |
| HSV(B) | 138.6º | 0.94% | 0.71% | - |
| XYZ | 17.79 | 33.9 | 10.46 | - |
| YUV | 117.42 | 97.85 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 64 | 0.94 | 0 | 0.65 | 0.29 | 138.6 | 0.89 | 0.38 |
| Hex | B | B6 | 40 | 5E | 0 | 41 | 1D | 8B | 59 | 26 |
| Octal | 13 | 266 | 100 | 136 | 0 | 101 | 35 | 213 | 131 | 46 |
| Binary | 1011 | 10110110 | 1000000 | 1011110 | 0 | 1000001 | 11101 | 10001011 | 1011001 | 100110 |
Color Harmonies of #0BB640
Complementary color
Monochromatic Colors of #0BB640
Black with #0BB640
Text Example
Text Example
White with #0BB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB640; }
p { color: rgb(11,182,64); }
H1.HeaderClassName
{
color: #0BB640;
}
.AnyTagClassName
{
color: #0BB640;
}
</style>
background-color css
<style>
a { background-color: #0BB640; }
a { background-color: rgb(11,182,64); }
div.DivClassName
{
background-color: #0BB640;
}
.BgClassName
{
background-color: #0BB640;
}
</style>
border-color css
<style>
span { border-color: #0BB640; }
span { border-color: rgb(11,182,64); }
td.TdClassName
{
border-color: #0BB640;
}
.TagClassName
{
border-color: #0BB640;
}
</style>