Shades of Dark Pastel Green #07BC29
Tints of Dark Pastel Green #07BC29
RGB
CMYK
RGB Variations
Color information
#07BC29 (or 0x07BC29) is known color: Dark Pastel Green. HEX triplet: 07, BC and 29. RGB value is (7,188,41). Sum of RGB (Red+Green+Blue) = 7+188+41=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC29 is #F843D6. Grayscale: #757575. Windows color (decimal): -16270295 or 2735111. OLE color: 2735111.
HSL color Cylindrical-coordinate representation of color #07BC29: hue angle of 131.27º 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 #07BC29 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 41 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.26 |
| HSL | 131.27º | 0.93% | 0.38% | - |
| HSV(B) | 131.27º | 0.96% | 0.74% | - |
| XYZ | 18.47 | 36.17 | 8.11 | - |
| YUV | 117.12 | 85.03 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 41 | 0.96 | 0 | 0.78 | 0.26 | 131.27 | 0.93 | 0.38 |
| Hex | 7 | BC | 29 | 60 | 0 | 4E | 1A | 83 | 5D | 26 |
| Octal | 7 | 274 | 51 | 140 | 0 | 116 | 32 | 203 | 135 | 46 |
| Binary | 111 | 10111100 | 101001 | 1100000 | 0 | 1001110 | 11010 | 10000011 | 1011101 | 100110 |
Color Harmonies of #07BC29
Complementary color
Monochromatic Colors of #07BC29
Black with #07BC29
Text Example
Text Example
White with #07BC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC29; }
p { color: rgb(7,188,41); }
H1.HeaderClassName
{
color: #07BC29;
}
.AnyTagClassName
{
color: #07BC29;
}
</style>
background-color css
<style>
a { background-color: #07BC29; }
a { background-color: rgb(7,188,41); }
div.DivClassName
{
background-color: #07BC29;
}
.BgClassName
{
background-color: #07BC29;
}
</style>
border-color css
<style>
span { border-color: #07BC29; }
span { border-color: rgb(7,188,41); }
td.TdClassName
{
border-color: #07BC29;
}
.TagClassName
{
border-color: #07BC29;
}
</style>