Shades of Dark Pastel Green #07B32D
Tints of Dark Pastel Green #07B32D
RGB
CMYK
RGB Variations
Color information
#07B32D (or 0x07B32D) is known color: Dark Pastel Green. HEX triplet: 07, B3 and 2D. RGB value is (7,179,45). Sum of RGB (Red+Green+Blue) = 7+179+45=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 179 (70.31% from 255 or 77.49% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 179 - color contains mainly: green. Hex color #07B32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B32D is #F84CD2. Grayscale: #707070. Windows color (decimal): -16272595 or 2994951. OLE color: 2994951.
HSL color Cylindrical-coordinate representation of color #07B32D: hue angle of 133.26º 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 #07B32D is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 179 | 45 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.30 |
| HSL | 133.26º | 0.92% | 0.36% | - |
| HSV(B) | 133.26º | 0.96% | 0.7% | - |
| XYZ | 16.68 | 32.47 | 7.87 | - |
| YUV | 112.3 | 90.02 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 179 | 45 | 0.96 | 0 | 0.75 | 0.30 | 133.26 | 0.92 | 0.36 |
| Hex | 7 | B3 | 2D | 60 | 0 | 4B | 1E | 85 | 5C | 24 |
| Octal | 7 | 263 | 55 | 140 | 0 | 113 | 36 | 205 | 134 | 44 |
| Binary | 111 | 10110011 | 101101 | 1100000 | 0 | 1001011 | 11110 | 10000101 | 1011100 | 100100 |
Color Harmonies of #07B32D
Complementary color
Monochromatic Colors of #07B32D
Black with #07B32D
Text Example
Text Example
White with #07B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B32D; }
p { color: rgb(7,179,45); }
H1.HeaderClassName
{
color: #07B32D;
}
.AnyTagClassName
{
color: #07B32D;
}
</style>
background-color css
<style>
a { background-color: #07B32D; }
a { background-color: rgb(7,179,45); }
div.DivClassName
{
background-color: #07B32D;
}
.BgClassName
{
background-color: #07B32D;
}
</style>
border-color css
<style>
span { border-color: #07B32D; }
span { border-color: rgb(7,179,45); }
td.TdClassName
{
border-color: #07B32D;
}
.TagClassName
{
border-color: #07B32D;
}
</style>