Shades of Dark Pastel Green #07BA3A
Tints of Dark Pastel Green #07BA3A
RGB
CMYK
RGB Variations
Color information
#07BA3A (or 0x07BA3A) is known color: Dark Pastel Green. HEX triplet: 07, BA and 3A. RGB value is (7,186,58). Sum of RGB (Red+Green+Blue) = 7+186+58=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 186 (73.05% from 255 or 74.10% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA3A is #F845C5. Grayscale: #767676. Windows color (decimal): -16270790 or 3848711. OLE color: 3848711.
HSL color Cylindrical-coordinate representation of color #07BA3A: hue angle of 137.09º 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 #07BA3A is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 58 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.27 |
| HSL | 137.1º | 0.93% | 0.38% | - |
| HSV(B) | 137.1º | 0.96% | 0.73% | - |
| XYZ | 18.41 | 35.47 | 9.88 | - |
| YUV | 117.89 | 94.2 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 58 | 0.96 | 0 | 0.69 | 0.27 | 137.1 | 0.93 | 0.38 |
| Hex | 7 | BA | 3A | 60 | 0 | 45 | 1B | 89 | 5D | 26 |
| Octal | 7 | 272 | 72 | 140 | 0 | 105 | 33 | 211 | 135 | 46 |
| Binary | 111 | 10111010 | 111010 | 1100000 | 0 | 1000101 | 11011 | 10001001 | 1011101 | 100110 |
Color Harmonies of #07BA3A
Complementary color
Monochromatic Colors of #07BA3A
Black with #07BA3A
Text Example
Text Example
White with #07BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA3A; }
p { color: rgb(7,186,58); }
H1.HeaderClassName
{
color: #07BA3A;
}
.AnyTagClassName
{
color: #07BA3A;
}
</style>
background-color css
<style>
a { background-color: #07BA3A; }
a { background-color: rgb(7,186,58); }
div.DivClassName
{
background-color: #07BA3A;
}
.BgClassName
{
background-color: #07BA3A;
}
</style>
border-color css
<style>
span { border-color: #07BA3A; }
span { border-color: rgb(7,186,58); }
td.TdClassName
{
border-color: #07BA3A;
}
.TagClassName
{
border-color: #07BA3A;
}
</style>