Shades of Dark Pastel Green #0BBE3E
Tints of Dark Pastel Green #0BBE3E
RGB
CMYK
RGB Variations
Color information
#0BBE3E (or 0x0BBE3E) is known color: Dark Pastel Green. HEX triplet: 0B, BE and 3E. RGB value is (11,190,62). Sum of RGB (Red+Green+Blue) = 11+190+62=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 190 (74.61% from 255 or 72.24% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBE3E is #F441C1. Grayscale: #7A7A7A. Windows color (decimal): -16007618 or 4111883. OLE color: 4111883.
HSL color Cylindrical-coordinate representation of color #0BBE3E: hue angle of 137.09º 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 #0BBE3E is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 62 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.25 |
| HSL | 137.1º | 0.89% | 0.39% | - |
| HSV(B) | 137.1º | 0.94% | 0.75% | - |
| XYZ | 19.42 | 37.25 | 10.72 | - |
| YUV | 121.89 | 94.2 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 62 | 0.94 | 0 | 0.67 | 0.25 | 137.1 | 0.89 | 0.39 |
| Hex | B | BE | 3E | 5E | 0 | 43 | 19 | 89 | 59 | 27 |
| Octal | 13 | 276 | 76 | 136 | 0 | 103 | 31 | 211 | 131 | 47 |
| Binary | 1011 | 10111110 | 111110 | 1011110 | 0 | 1000011 | 11001 | 10001001 | 1011001 | 100111 |
Color Harmonies of #0BBE3E
Complementary color
Monochromatic Colors of #0BBE3E
Black with #0BBE3E
Text Example
Text Example
White with #0BBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBE3E; }
p { color: rgb(11,190,62); }
H1.HeaderClassName
{
color: #0BBE3E;
}
.AnyTagClassName
{
color: #0BBE3E;
}
</style>
background-color css
<style>
a { background-color: #0BBE3E; }
a { background-color: rgb(11,190,62); }
div.DivClassName
{
background-color: #0BBE3E;
}
.BgClassName
{
background-color: #0BBE3E;
}
</style>
border-color css
<style>
span { border-color: #0BBE3E; }
span { border-color: rgb(11,190,62); }
td.TdClassName
{
border-color: #0BBE3E;
}
.TagClassName
{
border-color: #0BBE3E;
}
</style>