Shades of Dark Pastel Green #07B32F
Tints of Dark Pastel Green #07B32F
RGB
CMYK
RGB Variations
Color information
#07B32F (or 0x07B32F) is known color: Dark Pastel Green. HEX triplet: 07, B3 and 2F. RGB value is (7,179,47). Sum of RGB (Red+Green+Blue) = 7+179+47=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 179 (70.31% from 255 or 76.82% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 179 - color contains mainly: green. Hex color #07B32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B32F is #F84CD0. Grayscale: #707070. Windows color (decimal): -16272593 or 3126023. OLE color: 3126023.
HSL color Cylindrical-coordinate representation of color #07B32F: hue angle of 133.95º 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 #07B32F is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 179 | 47 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.30 |
| HSL | 133.95º | 0.92% | 0.36% | - |
| HSV(B) | 133.95º | 0.96% | 0.7% | - |
| XYZ | 16.72 | 32.49 | 8.08 | - |
| YUV | 112.52 | 91.02 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 179 | 47 | 0.96 | 0 | 0.74 | 0.30 | 133.95 | 0.92 | 0.36 |
| Hex | 7 | B3 | 2F | 60 | 0 | 4A | 1E | 86 | 5C | 24 |
| Octal | 7 | 263 | 57 | 140 | 0 | 112 | 36 | 206 | 134 | 44 |
| Binary | 111 | 10110011 | 101111 | 1100000 | 0 | 1001010 | 11110 | 10000110 | 1011100 | 100100 |
Color Harmonies of #07B32F
Complementary color
Monochromatic Colors of #07B32F
Black with #07B32F
Text Example
Text Example
White with #07B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B32F; }
p { color: rgb(7,179,47); }
H1.HeaderClassName
{
color: #07B32F;
}
.AnyTagClassName
{
color: #07B32F;
}
</style>
background-color css
<style>
a { background-color: #07B32F; }
a { background-color: rgb(7,179,47); }
div.DivClassName
{
background-color: #07B32F;
}
.BgClassName
{
background-color: #07B32F;
}
</style>
border-color css
<style>
span { border-color: #07B32F; }
span { border-color: rgb(7,179,47); }
td.TdClassName
{
border-color: #07B32F;
}
.TagClassName
{
border-color: #07B32F;
}
</style>