Shades of Dark Pastel Green #07B42A
Tints of Dark Pastel Green #07B42A
RGB
CMYK
RGB Variations
Color information
#07B42A (or 0x07B42A) is known color: Dark Pastel Green. HEX triplet: 07, B4 and 2A. RGB value is (7,180,42). Sum of RGB (Red+Green+Blue) = 7+180+42=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 180 (70.70% from 255 or 78.60% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 180 - color contains mainly: green. Hex color #07B42A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B42A is #F84BD5. Grayscale: #707070. Windows color (decimal): -16272342 or 2798599. OLE color: 2798599.
HSL color Cylindrical-coordinate representation of color #07B42A: hue angle of 132.14º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B42A is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 180 | 42 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.29 |
| HSL | 132.14º | 0.93% | 0.37% | - |
| HSV(B) | 132.14º | 0.96% | 0.71% | - |
| XYZ | 16.83 | 32.85 | 7.65 | - |
| YUV | 112.54 | 88.19 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 180 | 42 | 0.96 | 0 | 0.77 | 0.29 | 132.14 | 0.93 | 0.37 |
| Hex | 7 | B4 | 2A | 60 | 0 | 4D | 1D | 84 | 5D | 25 |
| Octal | 7 | 264 | 52 | 140 | 0 | 115 | 35 | 204 | 135 | 45 |
| Binary | 111 | 10110100 | 101010 | 1100000 | 0 | 1001101 | 11101 | 10000100 | 1011101 | 100101 |
Color Harmonies of #07B42A
Complementary color
Monochromatic Colors of #07B42A
Black with #07B42A
Text Example
Text Example
White with #07B42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B42A; }
p { color: rgb(7,180,42); }
H1.HeaderClassName
{
color: #07B42A;
}
.AnyTagClassName
{
color: #07B42A;
}
</style>
background-color css
<style>
a { background-color: #07B42A; }
a { background-color: rgb(7,180,42); }
div.DivClassName
{
background-color: #07B42A;
}
.BgClassName
{
background-color: #07B42A;
}
</style>
border-color css
<style>
span { border-color: #07B42A; }
span { border-color: rgb(7,180,42); }
td.TdClassName
{
border-color: #07B42A;
}
.TagClassName
{
border-color: #07B42A;
}
</style>