Shades of Dark Pastel Green #07BA2F
Tints of Dark Pastel Green #07BA2F
RGB
CMYK
RGB Variations
Color information
#07BA2F (or 0x07BA2F) is known color: Dark Pastel Green. HEX triplet: 07, BA and 2F. RGB value is (7,186,47). Sum of RGB (Red+Green+Blue) = 7+186+47=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA2F is #F845D0. Grayscale: #757575. Windows color (decimal): -16270801 or 3127815. OLE color: 3127815.
HSL color Cylindrical-coordinate representation of color #07BA2F: hue angle of 133.41º 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 #07BA2F is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 47 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.27 |
| HSL | 133.41º | 0.93% | 0.38% | - |
| HSV(B) | 133.41º | 0.96% | 0.73% | - |
| XYZ | 18.16 | 35.37 | 8.56 | - |
| YUV | 116.63 | 88.7 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 47 | 0.96 | 0 | 0.75 | 0.27 | 133.41 | 0.93 | 0.38 |
| Hex | 7 | BA | 2F | 60 | 0 | 4B | 1B | 85 | 5D | 26 |
| Octal | 7 | 272 | 57 | 140 | 0 | 113 | 33 | 205 | 135 | 46 |
| Binary | 111 | 10111010 | 101111 | 1100000 | 0 | 1001011 | 11011 | 10000101 | 1011101 | 100110 |
Color Harmonies of #07BA2F
Complementary color
Monochromatic Colors of #07BA2F
Black with #07BA2F
Text Example
Text Example
White with #07BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA2F; }
p { color: rgb(7,186,47); }
H1.HeaderClassName
{
color: #07BA2F;
}
.AnyTagClassName
{
color: #07BA2F;
}
</style>
background-color css
<style>
a { background-color: #07BA2F; }
a { background-color: rgb(7,186,47); }
div.DivClassName
{
background-color: #07BA2F;
}
.BgClassName
{
background-color: #07BA2F;
}
</style>
border-color css
<style>
span { border-color: #07BA2F; }
span { border-color: rgb(7,186,47); }
td.TdClassName
{
border-color: #07BA2F;
}
.TagClassName
{
border-color: #07BA2F;
}
</style>