Shades of Dark Pastel Green #07B32B
Tints of Dark Pastel Green #07B32B
RGB
CMYK
RGB Variations
Color information
#07B32B (or 0x07B32B) is known color: Dark Pastel Green. HEX triplet: 07, B3 and 2B. RGB value is (7,179,43). Sum of RGB (Red+Green+Blue) = 7+179+43=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 179 (70.31% from 255 or 78.17% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 179 - color contains mainly: green. Hex color #07B32B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B32B is #F84CD4. Grayscale: #707070. Windows color (decimal): -16272597 or 2863879. OLE color: 2863879.
HSL color Cylindrical-coordinate representation of color #07B32B: hue angle of 132.56º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B32B is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 179 | 43 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.30 |
| HSL | 132.56º | 0.92% | 0.36% | - |
| HSV(B) | 132.56º | 0.96% | 0.7% | - |
| XYZ | 16.64 | 32.46 | 7.67 | - |
| YUV | 112.07 | 89.02 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 179 | 43 | 0.96 | 0 | 0.76 | 0.30 | 132.56 | 0.92 | 0.36 |
| Hex | 7 | B3 | 2B | 60 | 0 | 4C | 1E | 85 | 5C | 24 |
| Octal | 7 | 263 | 53 | 140 | 0 | 114 | 36 | 205 | 134 | 44 |
| Binary | 111 | 10110011 | 101011 | 1100000 | 0 | 1001100 | 11110 | 10000101 | 1011100 | 100100 |
Color Harmonies of #07B32B
Complementary color
Monochromatic Colors of #07B32B
Black with #07B32B
Text Example
Text Example
White with #07B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B32B; }
p { color: rgb(7,179,43); }
H1.HeaderClassName
{
color: #07B32B;
}
.AnyTagClassName
{
color: #07B32B;
}
</style>
background-color css
<style>
a { background-color: #07B32B; }
a { background-color: rgb(7,179,43); }
div.DivClassName
{
background-color: #07B32B;
}
.BgClassName
{
background-color: #07B32B;
}
</style>
border-color css
<style>
span { border-color: #07B32B; }
span { border-color: rgb(7,179,43); }
td.TdClassName
{
border-color: #07B32B;
}
.TagClassName
{
border-color: #07B32B;
}
</style>