Shades of Dark Pastel Green #07BA22
Tints of Dark Pastel Green #07BA22
RGB
CMYK
RGB Variations
Color information
#07BA22 (or 0x07BA22) is known color: Dark Pastel Green. HEX triplet: 07, BA and 22. RGB value is (7,186,34). Sum of RGB (Red+Green+Blue) = 7+186+34=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 186 (73.05% from 255 or 81.94% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA22 is #F845DD. Grayscale: #737373. Windows color (decimal): -16270814 or 2275847. OLE color: 2275847.
HSL color Cylindrical-coordinate representation of color #07BA22: hue angle of 129.05º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BA22 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 34 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.27 |
| HSL | 129.05º | 0.93% | 0.38% | - |
| HSV(B) | 129.05º | 0.96% | 0.73% | - |
| XYZ | 17.94 | 35.28 | 7.38 | - |
| YUV | 115.15 | 82.2 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 34 | 0.96 | 0 | 0.82 | 0.27 | 129.05 | 0.93 | 0.38 |
| Hex | 7 | BA | 22 | 60 | 0 | 52 | 1B | 81 | 5D | 26 |
| Octal | 7 | 272 | 42 | 140 | 0 | 122 | 33 | 201 | 135 | 46 |
| Binary | 111 | 10111010 | 100010 | 1100000 | 0 | 1010010 | 11011 | 10000001 | 1011101 | 100110 |
Color Harmonies of #07BA22
Complementary color
Monochromatic Colors of #07BA22
Black with #07BA22
Text Example
Text Example
White with #07BA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA22; }
p { color: rgb(7,186,34); }
H1.HeaderClassName
{
color: #07BA22;
}
.AnyTagClassName
{
color: #07BA22;
}
</style>
background-color css
<style>
a { background-color: #07BA22; }
a { background-color: rgb(7,186,34); }
div.DivClassName
{
background-color: #07BA22;
}
.BgClassName
{
background-color: #07BA22;
}
</style>
border-color css
<style>
span { border-color: #07BA22; }
span { border-color: rgb(7,186,34); }
td.TdClassName
{
border-color: #07BA22;
}
.TagClassName
{
border-color: #07BA22;
}
</style>