Shades of Dark Pastel Green #07A02D
Tints of Dark Pastel Green #07A02D
RGB
CMYK
RGB Variations
Color information
#07A02D (or 0x07A02D) is known color: Dark Pastel Green. HEX triplet: 07, A0 and 2D. RGB value is (7,160,45). Sum of RGB (Red+Green+Blue) = 7+160+45=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 160 (62.89% from 255 or 75.47% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 160 - color contains mainly: green. Hex color #07A02D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A02D is #F85FD2. Grayscale: #656565. Windows color (decimal): -16277459 or 2990087. OLE color: 2990087.
HSL color Cylindrical-coordinate representation of color #07A02D: hue angle of 134.9º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A02D is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 45 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.37 |
| HSL | 134.9º | 0.92% | 0.33% | - |
| HSV(B) | 134.9º | 0.96% | 0.63% | - |
| XYZ | 13.13 | 25.38 | 6.69 | - |
| YUV | 101.14 | 96.31 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 45 | 0.96 | 0 | 0.72 | 0.37 | 134.9 | 0.92 | 0.33 |
| Hex | 7 | A0 | 2D | 60 | 0 | 48 | 25 | 87 | 5C | 21 |
| Octal | 7 | 240 | 55 | 140 | 0 | 110 | 45 | 207 | 134 | 41 |
| Binary | 111 | 10100000 | 101101 | 1100000 | 0 | 1001000 | 100101 | 10000111 | 1011100 | 100001 |
Color Harmonies of #07A02D
Complementary color
Monochromatic Colors of #07A02D
Black with #07A02D
Text Example
Text Example
White with #07A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A02D; }
p { color: rgb(7,160,45); }
H1.HeaderClassName
{
color: #07A02D;
}
.AnyTagClassName
{
color: #07A02D;
}
</style>
background-color css
<style>
a { background-color: #07A02D; }
a { background-color: rgb(7,160,45); }
div.DivClassName
{
background-color: #07A02D;
}
.BgClassName
{
background-color: #07A02D;
}
</style>
border-color css
<style>
span { border-color: #07A02D; }
span { border-color: rgb(7,160,45); }
td.TdClassName
{
border-color: #07A02D;
}
.TagClassName
{
border-color: #07A02D;
}
</style>