Shades of Dark Pastel Green #07B328
Tints of Dark Pastel Green #07B328
RGB
CMYK
RGB Variations
Color information
#07B328 (or 0x07B328) is known color: Dark Pastel Green. HEX triplet: 07, B3 and 28. RGB value is (7,179,40). Sum of RGB (Red+Green+Blue) = 7+179+40=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 179 (70.31% from 255 or 79.20% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 179 - color contains mainly: green. Hex color #07B328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B328 is #F84CD7. Grayscale: #707070. Windows color (decimal): -16272600 or 2667271. OLE color: 2667271.
HSL color Cylindrical-coordinate representation of color #07B328: hue angle of 131.51º 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 #07B328 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 179 | 40 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.30 |
| HSL | 131.51º | 0.92% | 0.36% | - |
| HSV(B) | 131.51º | 0.96% | 0.7% | - |
| XYZ | 16.59 | 32.44 | 7.39 | - |
| YUV | 111.73 | 87.52 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 179 | 40 | 0.96 | 0 | 0.78 | 0.30 | 131.51 | 0.92 | 0.36 |
| Hex | 7 | B3 | 28 | 60 | 0 | 4E | 1E | 84 | 5C | 24 |
| Octal | 7 | 263 | 50 | 140 | 0 | 116 | 36 | 204 | 134 | 44 |
| Binary | 111 | 10110011 | 101000 | 1100000 | 0 | 1001110 | 11110 | 10000100 | 1011100 | 100100 |
Color Harmonies of #07B328
Complementary color
Monochromatic Colors of #07B328
Black with #07B328
Text Example
Text Example
White with #07B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B328; }
p { color: rgb(7,179,40); }
H1.HeaderClassName
{
color: #07B328;
}
.AnyTagClassName
{
color: #07B328;
}
</style>
background-color css
<style>
a { background-color: #07B328; }
a { background-color: rgb(7,179,40); }
div.DivClassName
{
background-color: #07B328;
}
.BgClassName
{
background-color: #07B328;
}
</style>
border-color css
<style>
span { border-color: #07B328; }
span { border-color: rgb(7,179,40); }
td.TdClassName
{
border-color: #07B328;
}
.TagClassName
{
border-color: #07B328;
}
</style>