Shades of Dark Pastel Green #07B52E
Tints of Dark Pastel Green #07B52E
RGB
CMYK
RGB Variations
Color information
#07B52E (or 0x07B52E) is known color: Dark Pastel Green. HEX triplet: 07, B5 and 2E. RGB value is (7,181,46). Sum of RGB (Red+Green+Blue) = 7+181+46=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 181 (71.09% from 255 or 77.35% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 181 - color contains mainly: green. Hex color #07B52E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B52E is #F84AD1. Grayscale: #717171. Windows color (decimal): -16272082 or 3060999. OLE color: 3060999.
HSL color Cylindrical-coordinate representation of color #07B52E: hue angle of 133.45º 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 #07B52E is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 181 | 46 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.29 |
| HSL | 133.45º | 0.93% | 0.37% | - |
| HSV(B) | 133.45º | 0.96% | 0.71% | - |
| XYZ | 17.1 | 33.29 | 8.11 | - |
| YUV | 113.58 | 89.85 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 181 | 46 | 0.96 | 0 | 0.75 | 0.29 | 133.45 | 0.93 | 0.37 |
| Hex | 7 | B5 | 2E | 60 | 0 | 4B | 1D | 85 | 5D | 25 |
| Octal | 7 | 265 | 56 | 140 | 0 | 113 | 35 | 205 | 135 | 45 |
| Binary | 111 | 10110101 | 101110 | 1100000 | 0 | 1001011 | 11101 | 10000101 | 1011101 | 100101 |
Color Harmonies of #07B52E
Complementary color
Monochromatic Colors of #07B52E
Black with #07B52E
Text Example
Text Example
White with #07B52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B52E; }
p { color: rgb(7,181,46); }
H1.HeaderClassName
{
color: #07B52E;
}
.AnyTagClassName
{
color: #07B52E;
}
</style>
background-color css
<style>
a { background-color: #07B52E; }
a { background-color: rgb(7,181,46); }
div.DivClassName
{
background-color: #07B52E;
}
.BgClassName
{
background-color: #07B52E;
}
</style>
border-color css
<style>
span { border-color: #07B52E; }
span { border-color: rgb(7,181,46); }
td.TdClassName
{
border-color: #07B52E;
}
.TagClassName
{
border-color: #07B52E;
}
</style>