Shades of Dark Pastel Green #07BC2E
Tints of Dark Pastel Green #07BC2E
RGB
CMYK
RGB Variations
Color information
#07BC2E (or 0x07BC2E) is known color: Dark Pastel Green. HEX triplet: 07, BC and 2E. RGB value is (7,188,46). Sum of RGB (Red+Green+Blue) = 7+188+46=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC2E is #F843D1. Grayscale: #767676. Windows color (decimal): -16270290 or 3062791. OLE color: 3062791.
HSL color Cylindrical-coordinate representation of color #07BC2E: hue angle of 132.93º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC2E is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 46 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.26 |
| HSL | 132.93º | 0.93% | 0.38% | - |
| HSV(B) | 132.93º | 0.96% | 0.74% | - |
| XYZ | 18.56 | 36.21 | 8.6 | - |
| YUV | 117.69 | 87.53 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 46 | 0.96 | 0 | 0.76 | 0.26 | 132.93 | 0.93 | 0.38 |
| Hex | 7 | BC | 2E | 60 | 0 | 4C | 1A | 85 | 5D | 26 |
| Octal | 7 | 274 | 56 | 140 | 0 | 114 | 32 | 205 | 135 | 46 |
| Binary | 111 | 10111100 | 101110 | 1100000 | 0 | 1001100 | 11010 | 10000101 | 1011101 | 100110 |
Color Harmonies of #07BC2E
Complementary color
Monochromatic Colors of #07BC2E
Black with #07BC2E
Text Example
Text Example
White with #07BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC2E; }
p { color: rgb(7,188,46); }
H1.HeaderClassName
{
color: #07BC2E;
}
.AnyTagClassName
{
color: #07BC2E;
}
</style>
background-color css
<style>
a { background-color: #07BC2E; }
a { background-color: rgb(7,188,46); }
div.DivClassName
{
background-color: #07BC2E;
}
.BgClassName
{
background-color: #07BC2E;
}
</style>
border-color css
<style>
span { border-color: #07BC2E; }
span { border-color: rgb(7,188,46); }
td.TdClassName
{
border-color: #07BC2E;
}
.TagClassName
{
border-color: #07BC2E;
}
</style>