Shades of Dark Pastel Green #0BBE2A
Tints of Dark Pastel Green #0BBE2A
RGB
CMYK
RGB Variations
Color information
#0BBE2A (or 0x0BBE2A) is known color: Dark Pastel Green. HEX triplet: 0B, BE and 2A. RGB value is (11,190,42). Sum of RGB (Red+Green+Blue) = 11+190+42=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 190 (74.61% from 255 or 78.19% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBE2A is #F441D5. Grayscale: #787878. Windows color (decimal): -16007638 or 2801163. OLE color: 2801163.
HSL color Cylindrical-coordinate representation of color #0BBE2A: hue angle of 130.39º 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 #0BBE2A is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 42 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.25 |
| HSL | 130.39º | 0.89% | 0.39% | - |
| HSV(B) | 130.39º | 0.94% | 0.75% | - |
| XYZ | 18.97 | 37.07 | 8.35 | - |
| YUV | 119.61 | 84.2 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 42 | 0.94 | 0 | 0.78 | 0.25 | 130.39 | 0.89 | 0.39 |
| Hex | B | BE | 2A | 5E | 0 | 4E | 19 | 82 | 59 | 27 |
| Octal | 13 | 276 | 52 | 136 | 0 | 116 | 31 | 202 | 131 | 47 |
| Binary | 1011 | 10111110 | 101010 | 1011110 | 0 | 1001110 | 11001 | 10000010 | 1011001 | 100111 |
Color Harmonies of #0BBE2A
Complementary color
Monochromatic Colors of #0BBE2A
Black with #0BBE2A
Text Example
Text Example
White with #0BBE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBE2A; }
p { color: rgb(11,190,42); }
H1.HeaderClassName
{
color: #0BBE2A;
}
.AnyTagClassName
{
color: #0BBE2A;
}
</style>
background-color css
<style>
a { background-color: #0BBE2A; }
a { background-color: rgb(11,190,42); }
div.DivClassName
{
background-color: #0BBE2A;
}
.BgClassName
{
background-color: #0BBE2A;
}
</style>
border-color css
<style>
span { border-color: #0BBE2A; }
span { border-color: rgb(11,190,42); }
td.TdClassName
{
border-color: #0BBE2A;
}
.TagClassName
{
border-color: #0BBE2A;
}
</style>