Shades of Dark Pastel Green #07C319
Tints of Dark Pastel Green #07C319
RGB
CMYK
RGB Variations
Color information
#07C319 (or 0x07C319) is known color: Dark Pastel Green. HEX triplet: 07, C3 and 19. RGB value is (7,195,25). Sum of RGB (Red+Green+Blue) = 7+195+25=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 195 (76.56% from 255 or 85.90% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 195 - color contains mainly: green. Hex color #07C319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C319 is #F83CE6. Grayscale: #777777. Windows color (decimal): -16268519 or 1688327. OLE color: 1688327.
HSL color Cylindrical-coordinate representation of color #07C319: hue angle of 125.74º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C319 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 195 | 25 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.24 |
| HSL | 125.74º | 0.93% | 0.4% | - |
| HSV(B) | 125.74º | 0.96% | 0.76% | - |
| XYZ | 19.78 | 39.15 | 7.43 | - |
| YUV | 119.41 | 74.72 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 195 | 25 | 0.96 | 0 | 0.87 | 0.24 | 125.74 | 0.93 | 0.4 |
| Hex | 7 | C3 | 19 | 60 | 0 | 57 | 18 | 7E | 5D | 28 |
| Octal | 7 | 303 | 31 | 140 | 0 | 127 | 30 | 176 | 135 | 50 |
| Binary | 111 | 11000011 | 11001 | 1100000 | 0 | 1010111 | 11000 | 1111110 | 1011101 | 101000 |
Color Harmonies of #07C319
Complementary color
Monochromatic Colors of #07C319
Black with #07C319
Text Example
Text Example
White with #07C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C319; }
p { color: rgb(7,195,25); }
H1.HeaderClassName
{
color: #07C319;
}
.AnyTagClassName
{
color: #07C319;
}
</style>
background-color css
<style>
a { background-color: #07C319; }
a { background-color: rgb(7,195,25); }
div.DivClassName
{
background-color: #07C319;
}
.BgClassName
{
background-color: #07C319;
}
</style>
border-color css
<style>
span { border-color: #07C319; }
span { border-color: rgb(7,195,25); }
td.TdClassName
{
border-color: #07C319;
}
.TagClassName
{
border-color: #07C319;
}
</style>