Shades of Dark Pastel Green #07C41C
Tints of Dark Pastel Green #07C41C
RGB
CMYK
RGB Variations
Color information
#07C41C (or 0x07C41C) is known color: Dark Pastel Green. HEX triplet: 07, C4 and 1C. RGB value is (7,196,28). Sum of RGB (Red+Green+Blue) = 7+196+28=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 196 (76.95% from 255 or 84.85% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 196 - color contains mainly: green. Hex color #07C41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C41C is #F83BE3. Grayscale: #787878. Windows color (decimal): -16268260 or 1885191. OLE color: 1885191.
HSL color Cylindrical-coordinate representation of color #07C41C: hue angle of 126.67º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C41C is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 196 | 28 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.23 |
| HSL | 126.67º | 0.93% | 0.4% | - |
| HSV(B) | 126.67º | 0.96% | 0.77% | - |
| XYZ | 20.04 | 39.61 | 7.69 | - |
| YUV | 120.34 | 75.88 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 196 | 28 | 0.96 | 0 | 0.86 | 0.23 | 126.67 | 0.93 | 0.4 |
| Hex | 7 | C4 | 1C | 60 | 0 | 56 | 17 | 7F | 5D | 28 |
| Octal | 7 | 304 | 34 | 140 | 0 | 126 | 27 | 177 | 135 | 50 |
| Binary | 111 | 11000100 | 11100 | 1100000 | 0 | 1010110 | 10111 | 1111111 | 1011101 | 101000 |
Color Harmonies of #07C41C
Complementary color
Monochromatic Colors of #07C41C
Black with #07C41C
Text Example
Text Example
White with #07C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C41C; }
p { color: rgb(7,196,28); }
H1.HeaderClassName
{
color: #07C41C;
}
.AnyTagClassName
{
color: #07C41C;
}
</style>
background-color css
<style>
a { background-color: #07C41C; }
a { background-color: rgb(7,196,28); }
div.DivClassName
{
background-color: #07C41C;
}
.BgClassName
{
background-color: #07C41C;
}
</style>
border-color css
<style>
span { border-color: #07C41C; }
span { border-color: rgb(7,196,28); }
td.TdClassName
{
border-color: #07C41C;
}
.TagClassName
{
border-color: #07C41C;
}
</style>