Shades of Dark Pastel Green #07D01C
Tints of Dark Pastel Green #07D01C
RGB
CMYK
RGB Variations
Color information
#07D01C (or 0x07D01C) is known color: Dark Pastel Green. HEX triplet: 07, D0 and 1C. RGB value is (7,208,28). Sum of RGB (Red+Green+Blue) = 7+208+28=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 208 (81.64% from 255 or 85.60% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 208 - color contains mainly: green. Hex color #07D01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D01C is #F82FE3. Grayscale: #7F7F7F. Windows color (decimal): -16265188 or 1888263. OLE color: 1888263.
HSL color Cylindrical-coordinate representation of color #07D01C: hue angle of 126.27º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D01C is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 208 | 28 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.18 |
| HSL | 126.27º | 0.93% | 0.42% | - |
| HSV(B) | 126.27º | 0.97% | 0.82% | - |
| XYZ | 22.85 | 45.24 | 8.63 | - |
| YUV | 127.38 | 71.91 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 28 | 0.97 | 0 | 0.87 | 0.18 | 126.27 | 0.93 | 0.42 |
| Hex | 7 | D0 | 1C | 61 | 0 | 57 | 12 | 7E | 5D | 2A |
| Octal | 7 | 320 | 34 | 141 | 0 | 127 | 22 | 176 | 135 | 52 |
| Binary | 111 | 11010000 | 11100 | 1100001 | 0 | 1010111 | 10010 | 1111110 | 1011101 | 101010 |
Color Harmonies of #07D01C
Complementary color
Monochromatic Colors of #07D01C
Black with #07D01C
Text Example
Text Example
White with #07D01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D01C; }
p { color: rgb(7,208,28); }
H1.HeaderClassName
{
color: #07D01C;
}
.AnyTagClassName
{
color: #07D01C;
}
</style>
background-color css
<style>
a { background-color: #07D01C; }
a { background-color: rgb(7,208,28); }
div.DivClassName
{
background-color: #07D01C;
}
.BgClassName
{
background-color: #07D01C;
}
</style>
border-color css
<style>
span { border-color: #07D01C; }
span { border-color: rgb(7,208,28); }
td.TdClassName
{
border-color: #07D01C;
}
.TagClassName
{
border-color: #07D01C;
}
</style>