Shades of Dark Pastel Green #0BB427
Tints of Dark Pastel Green #0BB427
RGB
CMYK
RGB Variations
Color information
#0BB427 (or 0x0BB427) is known color: Dark Pastel Green. HEX triplet: 0B, B4 and 27. RGB value is (11,180,39). Sum of RGB (Red+Green+Blue) = 11+180+39=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 180 (70.70% from 255 or 78.26% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB427 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB427 is #F44BD8. Grayscale: #717171. Windows color (decimal): -16010201 or 2601995. OLE color: 2601995.
HSL color Cylindrical-coordinate representation of color #0BB427: hue angle of 129.94º 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 #0BB427 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 180 | 39 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.29 |
| HSL | 129.94º | 0.88% | 0.37% | - |
| HSV(B) | 129.94º | 0.94% | 0.71% | - |
| XYZ | 16.83 | 32.86 | 7.38 | - |
| YUV | 113.4 | 86.01 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 39 | 0.94 | 0 | 0.78 | 0.29 | 129.94 | 0.88 | 0.37 |
| Hex | B | B4 | 27 | 5E | 0 | 4E | 1D | 82 | 58 | 25 |
| Octal | 13 | 264 | 47 | 136 | 0 | 116 | 35 | 202 | 130 | 45 |
| Binary | 1011 | 10110100 | 100111 | 1011110 | 0 | 1001110 | 11101 | 10000010 | 1011000 | 100101 |
Color Harmonies of #0BB427
Complementary color
Monochromatic Colors of #0BB427
Black with #0BB427
Text Example
Text Example
White with #0BB427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB427; }
p { color: rgb(11,180,39); }
H1.HeaderClassName
{
color: #0BB427;
}
.AnyTagClassName
{
color: #0BB427;
}
</style>
background-color css
<style>
a { background-color: #0BB427; }
a { background-color: rgb(11,180,39); }
div.DivClassName
{
background-color: #0BB427;
}
.BgClassName
{
background-color: #0BB427;
}
</style>
border-color css
<style>
span { border-color: #0BB427; }
span { border-color: rgb(11,180,39); }
td.TdClassName
{
border-color: #0BB427;
}
.TagClassName
{
border-color: #0BB427;
}
</style>