Shades of Dark Pastel Green #07D92A
Tints of Dark Pastel Green #07D92A
RGB
CMYK
RGB Variations
Color information
#07D92A (or 0x07D92A) is known color: Dark Pastel Green. HEX triplet: 07, D9 and 2A. RGB value is (7,217,42). Sum of RGB (Red+Green+Blue) = 7+217+42=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 217 (85.16% from 255 or 81.58% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 217 - color contains mainly: green. Hex color #07D92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D92A is #F826D5. Grayscale: #868686. Windows color (decimal): -16262870 or 2808071. OLE color: 2808071.
HSL color Cylindrical-coordinate representation of color #07D92A: hue angle of 130º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D92A is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 217 | 42 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.15 |
| HSL | 130º | 0.94% | 0.44% | - |
| HSV(B) | 130º | 0.97% | 0.85% | - |
| XYZ | 25.32 | 49.84 | 10.48 | - |
| YUV | 134.26 | 75.93 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 217 | 42 | 0.97 | 0 | 0.81 | 0.15 | 130 | 0.94 | 0.44 |
| Hex | 7 | D9 | 2A | 61 | 0 | 51 | F | 82 | 5E | 2C |
| Octal | 7 | 331 | 52 | 141 | 0 | 121 | 17 | 202 | 136 | 54 |
| Binary | 111 | 11011001 | 101010 | 1100001 | 0 | 1010001 | 1111 | 10000010 | 1011110 | 101100 |
Color Harmonies of #07D92A
Complementary color
Monochromatic Colors of #07D92A
Black with #07D92A
Text Example
Text Example
White with #07D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D92A; }
p { color: rgb(7,217,42); }
H1.HeaderClassName
{
color: #07D92A;
}
.AnyTagClassName
{
color: #07D92A;
}
</style>
background-color css
<style>
a { background-color: #07D92A; }
a { background-color: rgb(7,217,42); }
div.DivClassName
{
background-color: #07D92A;
}
.BgClassName
{
background-color: #07D92A;
}
</style>
border-color css
<style>
span { border-color: #07D92A; }
span { border-color: rgb(7,217,42); }
td.TdClassName
{
border-color: #07D92A;
}
.TagClassName
{
border-color: #07D92A;
}
</style>