Shades of Dark Pastel Green #07A02A
Tints of Dark Pastel Green #07A02A
RGB
CMYK
RGB Variations
Color information
#07A02A (or 0x07A02A) is known color: Dark Pastel Green. HEX triplet: 07, A0 and 2A. RGB value is (7,160,42). Sum of RGB (Red+Green+Blue) = 7+160+42=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 160 (62.89% from 255 or 76.56% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 160 - color contains mainly: green. Hex color #07A02A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A02A is #F85FD5. Grayscale: #656565. Windows color (decimal): -16277462 or 2793479. OLE color: 2793479.
HSL color Cylindrical-coordinate representation of color #07A02A: hue angle of 133.73º 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 #07A02A is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 42 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.37 |
| HSL | 133.73º | 0.92% | 0.33% | - |
| HSV(B) | 133.73º | 0.96% | 0.63% | - |
| XYZ | 13.08 | 25.35 | 6.4 | - |
| YUV | 100.8 | 94.81 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 42 | 0.96 | 0 | 0.74 | 0.37 | 133.73 | 0.92 | 0.33 |
| Hex | 7 | A0 | 2A | 60 | 0 | 4A | 25 | 86 | 5C | 21 |
| Octal | 7 | 240 | 52 | 140 | 0 | 112 | 45 | 206 | 134 | 41 |
| Binary | 111 | 10100000 | 101010 | 1100000 | 0 | 1001010 | 100101 | 10000110 | 1011100 | 100001 |
Color Harmonies of #07A02A
Complementary color
Monochromatic Colors of #07A02A
Black with #07A02A
Text Example
Text Example
White with #07A02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A02A; }
p { color: rgb(7,160,42); }
H1.HeaderClassName
{
color: #07A02A;
}
.AnyTagClassName
{
color: #07A02A;
}
</style>
background-color css
<style>
a { background-color: #07A02A; }
a { background-color: rgb(7,160,42); }
div.DivClassName
{
background-color: #07A02A;
}
.BgClassName
{
background-color: #07A02A;
}
</style>
border-color css
<style>
span { border-color: #07A02A; }
span { border-color: rgb(7,160,42); }
td.TdClassName
{
border-color: #07A02A;
}
.TagClassName
{
border-color: #07A02A;
}
</style>