Shades of Dark Pastel Green #0BBE2D
Tints of Dark Pastel Green #0BBE2D
RGB
CMYK
RGB Variations
Color information
#0BBE2D (or 0x0BBE2D) is known color: Dark Pastel Green. HEX triplet: 0B, BE and 2D. RGB value is (11,190,45). Sum of RGB (Red+Green+Blue) = 11+190+45=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 190 (74.61% from 255 or 77.24% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBE2D is #F441D2. Grayscale: #787878. Windows color (decimal): -16007635 or 2997771. OLE color: 2997771.
HSL color Cylindrical-coordinate representation of color #0BBE2D: hue angle of 131.4º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBE2D is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 45 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.25 |
| HSL | 131.4º | 0.89% | 0.39% | - |
| HSV(B) | 131.4º | 0.94% | 0.75% | - |
| XYZ | 19.03 | 37.09 | 8.64 | - |
| YUV | 119.95 | 85.7 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 45 | 0.94 | 0 | 0.76 | 0.25 | 131.4 | 0.89 | 0.39 |
| Hex | B | BE | 2D | 5E | 0 | 4C | 19 | 83 | 59 | 27 |
| Octal | 13 | 276 | 55 | 136 | 0 | 114 | 31 | 203 | 131 | 47 |
| Binary | 1011 | 10111110 | 101101 | 1011110 | 0 | 1001100 | 11001 | 10000011 | 1011001 | 100111 |
Color Harmonies of #0BBE2D
Complementary color
Monochromatic Colors of #0BBE2D
Black with #0BBE2D
Text Example
Text Example
White with #0BBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBE2D; }
p { color: rgb(11,190,45); }
H1.HeaderClassName
{
color: #0BBE2D;
}
.AnyTagClassName
{
color: #0BBE2D;
}
</style>
background-color css
<style>
a { background-color: #0BBE2D; }
a { background-color: rgb(11,190,45); }
div.DivClassName
{
background-color: #0BBE2D;
}
.BgClassName
{
background-color: #0BBE2D;
}
</style>
border-color css
<style>
span { border-color: #0BBE2D; }
span { border-color: rgb(11,190,45); }
td.TdClassName
{
border-color: #0BBE2D;
}
.TagClassName
{
border-color: #0BBE2D;
}
</style>