Shades of Dark Pastel Green #0BB441
Tints of Dark Pastel Green #0BB441
RGB
CMYK
RGB Variations
Color information
#0BB441 (or 0x0BB441) is known color: Dark Pastel Green. HEX triplet: 0B, B4 and 41. RGB value is (11,180,65). Sum of RGB (Red+Green+Blue) = 11+180+65=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB441 is #F44BBE. Grayscale: #747474. Windows color (decimal): -16010175 or 4305931. OLE color: 4305931.
HSL color Cylindrical-coordinate representation of color #0BB441: hue angle of 139.17º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB441 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 180 | 65 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.29 |
| HSL | 139.17º | 0.88% | 0.37% | - |
| HSV(B) | 139.17º | 0.94% | 0.71% | - |
| XYZ | 17.41 | 33.1 | 10.47 | - |
| YUV | 116.36 | 99.01 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 65 | 0.94 | 0 | 0.64 | 0.29 | 139.17 | 0.88 | 0.37 |
| Hex | B | B4 | 41 | 5E | 0 | 40 | 1D | 8B | 58 | 25 |
| Octal | 13 | 264 | 101 | 136 | 0 | 100 | 35 | 213 | 130 | 45 |
| Binary | 1011 | 10110100 | 1000001 | 1011110 | 0 | 1000000 | 11101 | 10001011 | 1011000 | 100101 |
Color Harmonies of #0BB441
Complementary color
Monochromatic Colors of #0BB441
Black with #0BB441
Text Example
Text Example
White with #0BB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB441; }
p { color: rgb(11,180,65); }
H1.HeaderClassName
{
color: #0BB441;
}
.AnyTagClassName
{
color: #0BB441;
}
</style>
background-color css
<style>
a { background-color: #0BB441; }
a { background-color: rgb(11,180,65); }
div.DivClassName
{
background-color: #0BB441;
}
.BgClassName
{
background-color: #0BB441;
}
</style>
border-color css
<style>
span { border-color: #0BB441; }
span { border-color: rgb(11,180,65); }
td.TdClassName
{
border-color: #0BB441;
}
.TagClassName
{
border-color: #0BB441;
}
</style>