Shades of Dark Pastel Green #07C630
Tints of Dark Pastel Green #07C630
RGB
CMYK
RGB Variations
Color information
#07C630 (or 0x07C630) is known color: Dark Pastel Green. HEX triplet: 07, C6 and 30. RGB value is (7,198,48). Sum of RGB (Red+Green+Blue) = 7+198+48=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 198 (77.73% from 255 or 78.26% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 198 - color contains mainly: green. Hex color #07C630 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C630 is #F839CF. Grayscale: #7C7C7C. Windows color (decimal): -16267728 or 3196423. OLE color: 3196423.
HSL color Cylindrical-coordinate representation of color #07C630: hue angle of 132.88º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C630 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 48 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.22 |
| HSL | 132.88º | 0.93% | 0.4% | - |
| HSV(B) | 132.88º | 0.96% | 0.78% | - |
| XYZ | 20.82 | 40.65 | 9.54 | - |
| YUV | 123.79 | 85.22 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 48 | 0.96 | 0 | 0.76 | 0.22 | 132.88 | 0.93 | 0.4 |
| Hex | 7 | C6 | 30 | 60 | 0 | 4C | 16 | 85 | 5D | 28 |
| Octal | 7 | 306 | 60 | 140 | 0 | 114 | 26 | 205 | 135 | 50 |
| Binary | 111 | 11000110 | 110000 | 1100000 | 0 | 1001100 | 10110 | 10000101 | 1011101 | 101000 |
Color Harmonies of #07C630
Complementary color
Monochromatic Colors of #07C630
Black with #07C630
Text Example
Text Example
White with #07C630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C630; }
p { color: rgb(7,198,48); }
H1.HeaderClassName
{
color: #07C630;
}
.AnyTagClassName
{
color: #07C630;
}
</style>
background-color css
<style>
a { background-color: #07C630; }
a { background-color: rgb(7,198,48); }
div.DivClassName
{
background-color: #07C630;
}
.BgClassName
{
background-color: #07C630;
}
</style>
border-color css
<style>
span { border-color: #07C630; }
span { border-color: rgb(7,198,48); }
td.TdClassName
{
border-color: #07C630;
}
.TagClassName
{
border-color: #07C630;
}
</style>