Shades of Dark Pastel Green #07C048
Tints of Dark Pastel Green #07C048
RGB
CMYK
RGB Variations
Color information
#07C048 (or 0x07C048) is known color: Dark Pastel Green. HEX triplet: 07, C0 and 48. RGB value is (7,192,72). Sum of RGB (Red+Green+Blue) = 7+192+72=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #07C048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C048 is #F83FB7. Grayscale: #7B7B7B. Windows color (decimal): -16269240 or 4767751. OLE color: 4767751.
HSL color Cylindrical-coordinate representation of color #07C048: hue angle of 141.08º 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 #07C048 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 192 | 72 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.25 |
| HSL | 141.08º | 0.93% | 0.39% | - |
| HSV(B) | 141.08º | 0.96% | 0.75% | - |
| XYZ | 20.11 | 38.21 | 12.45 | - |
| YUV | 123.01 | 99.21 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 72 | 0.96 | 0 | 0.63 | 0.25 | 141.08 | 0.93 | 0.39 |
| Hex | 7 | C0 | 48 | 60 | 0 | 3F | 19 | 8D | 5D | 27 |
| Octal | 7 | 300 | 110 | 140 | 0 | 77 | 31 | 215 | 135 | 47 |
| Binary | 111 | 11000000 | 1001000 | 1100000 | 0 | 111111 | 11001 | 10001101 | 1011101 | 100111 |
Color Harmonies of #07C048
Complementary color
Monochromatic Colors of #07C048
Black with #07C048
Text Example
Text Example
White with #07C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C048; }
p { color: rgb(7,192,72); }
H1.HeaderClassName
{
color: #07C048;
}
.AnyTagClassName
{
color: #07C048;
}
</style>
background-color css
<style>
a { background-color: #07C048; }
a { background-color: rgb(7,192,72); }
div.DivClassName
{
background-color: #07C048;
}
.BgClassName
{
background-color: #07C048;
}
</style>
border-color css
<style>
span { border-color: #07C048; }
span { border-color: rgb(7,192,72); }
td.TdClassName
{
border-color: #07C048;
}
.TagClassName
{
border-color: #07C048;
}
</style>