Shades of Dark Pastel Green #07A232
Tints of Dark Pastel Green #07A232
RGB
CMYK
RGB Variations
Color information
#07A232 (or 0x07A232) is known color: Dark Pastel Green. HEX triplet: 07, A2 and 32. RGB value is (7,162,50). Sum of RGB (Red+Green+Blue) = 7+162+50=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 162 (63.67% from 255 or 73.97% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 162 - color contains mainly: green. Hex color #07A232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A232 is #F85DCD. Grayscale: #676767. Windows color (decimal): -16276942 or 3318279. OLE color: 3318279.
HSL color Cylindrical-coordinate representation of color #07A232: hue angle of 136.65º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A232 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 50 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.36 |
| HSL | 136.65º | 0.92% | 0.33% | - |
| HSV(B) | 136.65º | 0.96% | 0.64% | - |
| XYZ | 13.58 | 26.12 | 7.34 | - |
| YUV | 102.89 | 98.15 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 50 | 0.96 | 0 | 0.69 | 0.36 | 136.65 | 0.92 | 0.33 |
| Hex | 7 | A2 | 32 | 60 | 0 | 45 | 24 | 89 | 5C | 21 |
| Octal | 7 | 242 | 62 | 140 | 0 | 105 | 44 | 211 | 134 | 41 |
| Binary | 111 | 10100010 | 110010 | 1100000 | 0 | 1000101 | 100100 | 10001001 | 1011100 | 100001 |
Color Harmonies of #07A232
Complementary color
Monochromatic Colors of #07A232
Black with #07A232
Text Example
Text Example
White with #07A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A232; }
p { color: rgb(7,162,50); }
H1.HeaderClassName
{
color: #07A232;
}
.AnyTagClassName
{
color: #07A232;
}
</style>
background-color css
<style>
a { background-color: #07A232; }
a { background-color: rgb(7,162,50); }
div.DivClassName
{
background-color: #07A232;
}
.BgClassName
{
background-color: #07A232;
}
</style>
border-color css
<style>
span { border-color: #07A232; }
span { border-color: rgb(7,162,50); }
td.TdClassName
{
border-color: #07A232;
}
.TagClassName
{
border-color: #07A232;
}
</style>