Shades of Dark Pastel Green #07BA3B
Tints of Dark Pastel Green #07BA3B
RGB
CMYK
RGB Variations
Color information
#07BA3B (or 0x07BA3B) is known color: Dark Pastel Green. HEX triplet: 07, BA and 3B. RGB value is (7,186,59). Sum of RGB (Red+Green+Blue) = 7+186+59=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA3B is #F845C4. Grayscale: #767676. Windows color (decimal): -16270789 or 3914247. OLE color: 3914247.
HSL color Cylindrical-coordinate representation of color #07BA3B: hue angle of 137.43º 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 #07BA3B is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 59 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.27 |
| HSL | 137.43º | 0.93% | 0.38% | - |
| HSV(B) | 137.43º | 0.96% | 0.73% | - |
| XYZ | 18.44 | 35.48 | 10.01 | - |
| YUV | 118 | 94.7 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 59 | 0.96 | 0 | 0.68 | 0.27 | 137.43 | 0.93 | 0.38 |
| Hex | 7 | BA | 3B | 60 | 0 | 44 | 1B | 89 | 5D | 26 |
| Octal | 7 | 272 | 73 | 140 | 0 | 104 | 33 | 211 | 135 | 46 |
| Binary | 111 | 10111010 | 111011 | 1100000 | 0 | 1000100 | 11011 | 10001001 | 1011101 | 100110 |
Color Harmonies of #07BA3B
Complementary color
Monochromatic Colors of #07BA3B
Black with #07BA3B
Text Example
Text Example
White with #07BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA3B; }
p { color: rgb(7,186,59); }
H1.HeaderClassName
{
color: #07BA3B;
}
.AnyTagClassName
{
color: #07BA3B;
}
</style>
background-color css
<style>
a { background-color: #07BA3B; }
a { background-color: rgb(7,186,59); }
div.DivClassName
{
background-color: #07BA3B;
}
.BgClassName
{
background-color: #07BA3B;
}
</style>
border-color css
<style>
span { border-color: #07BA3B; }
span { border-color: rgb(7,186,59); }
td.TdClassName
{
border-color: #07BA3B;
}
.TagClassName
{
border-color: #07BA3B;
}
</style>