Shades of Dark Pastel Green #07C01E
Tints of Dark Pastel Green #07C01E
RGB
CMYK
RGB Variations
Color information
#07C01E (or 0x07C01E) is known color: Dark Pastel Green. HEX triplet: 07, C0 and 1E. RGB value is (7,192,30). Sum of RGB (Red+Green+Blue) = 7+192+30=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #07C01E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C01E is #F83FE1. Grayscale: #767676. Windows color (decimal): -16269282 or 2015239. OLE color: 2015239.
HSL color Cylindrical-coordinate representation of color #07C01E: hue angle of 127.46º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C01E is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 192 | 30 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.25 |
| HSL | 127.46º | 0.93% | 0.39% | - |
| HSV(B) | 127.46º | 0.96% | 0.75% | - |
| XYZ | 19.17 | 37.84 | 7.52 | - |
| YUV | 118.22 | 78.21 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 30 | 0.96 | 0 | 0.84 | 0.25 | 127.46 | 0.93 | 0.39 |
| Hex | 7 | C0 | 1E | 60 | 0 | 54 | 19 | 7F | 5D | 27 |
| Octal | 7 | 300 | 36 | 140 | 0 | 124 | 31 | 177 | 135 | 47 |
| Binary | 111 | 11000000 | 11110 | 1100000 | 0 | 1010100 | 11001 | 1111111 | 1011101 | 100111 |
Color Harmonies of #07C01E
Complementary color
Monochromatic Colors of #07C01E
Black with #07C01E
Text Example
Text Example
White with #07C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C01E; }
p { color: rgb(7,192,30); }
H1.HeaderClassName
{
color: #07C01E;
}
.AnyTagClassName
{
color: #07C01E;
}
</style>
background-color css
<style>
a { background-color: #07C01E; }
a { background-color: rgb(7,192,30); }
div.DivClassName
{
background-color: #07C01E;
}
.BgClassName
{
background-color: #07C01E;
}
</style>
border-color css
<style>
span { border-color: #07C01E; }
span { border-color: rgb(7,192,30); }
td.TdClassName
{
border-color: #07C01E;
}
.TagClassName
{
border-color: #07C01E;
}
</style>