Shades of Dark Pastel Green #07C01D
Tints of Dark Pastel Green #07C01D
RGB
CMYK
RGB Variations
Color information
#07C01D (or 0x07C01D) is known color: Dark Pastel Green. HEX triplet: 07, C0 and 1D. RGB value is (7,192,29). Sum of RGB (Red+Green+Blue) = 7+192+29=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 192 (75.39% from 255 or 84.21% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 192 - color contains mainly: green. Hex color #07C01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C01D is #F83FE2. Grayscale: #767676. Windows color (decimal): -16269283 or 1949703. OLE color: 1949703.
HSL color Cylindrical-coordinate representation of color #07C01D: hue angle of 127.14º 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 #07C01D is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 192 | 29 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.25 |
| HSL | 127.14º | 0.93% | 0.39% | - |
| HSV(B) | 127.14º | 0.96% | 0.75% | - |
| XYZ | 19.16 | 37.83 | 7.46 | - |
| YUV | 118.1 | 77.71 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 29 | 0.96 | 0 | 0.85 | 0.25 | 127.14 | 0.93 | 0.39 |
| Hex | 7 | C0 | 1D | 60 | 0 | 55 | 19 | 7F | 5D | 27 |
| Octal | 7 | 300 | 35 | 140 | 0 | 125 | 31 | 177 | 135 | 47 |
| Binary | 111 | 11000000 | 11101 | 1100000 | 0 | 1010101 | 11001 | 1111111 | 1011101 | 100111 |
Color Harmonies of #07C01D
Complementary color
Monochromatic Colors of #07C01D
Black with #07C01D
Text Example
Text Example
White with #07C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C01D; }
p { color: rgb(7,192,29); }
H1.HeaderClassName
{
color: #07C01D;
}
.AnyTagClassName
{
color: #07C01D;
}
</style>
background-color css
<style>
a { background-color: #07C01D; }
a { background-color: rgb(7,192,29); }
div.DivClassName
{
background-color: #07C01D;
}
.BgClassName
{
background-color: #07C01D;
}
</style>
border-color css
<style>
span { border-color: #07C01D; }
span { border-color: rgb(7,192,29); }
td.TdClassName
{
border-color: #07C01D;
}
.TagClassName
{
border-color: #07C01D;
}
</style>