Shades of Dark Pastel Green #07B028
Tints of Dark Pastel Green #07B028
RGB
CMYK
RGB Variations
Color information
#07B028 (or 0x07B028) is known color: Dark Pastel Green. HEX triplet: 07, B0 and 28. RGB value is (7,176,40). Sum of RGB (Red+Green+Blue) = 7+176+40=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 176 (69.14% from 255 or 78.92% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 176 - color contains mainly: green. Hex color #07B028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07B028 is #F84FD7. Grayscale: #6E6E6E. Windows color (decimal): -16273368 or 2666503. OLE color: 2666503.
HSL color Cylindrical-coordinate representation of color #07B028: hue angle of 131.72º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B028 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 40 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.31 |
| HSL | 131.72º | 0.92% | 0.36% | - |
| HSV(B) | 131.72º | 0.96% | 0.69% | - |
| XYZ | 16 | 31.25 | 7.2 | - |
| YUV | 109.97 | 88.51 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 40 | 0.96 | 0 | 0.77 | 0.31 | 131.72 | 0.92 | 0.36 |
| Hex | 7 | B0 | 28 | 60 | 0 | 4D | 1F | 84 | 5C | 24 |
| Octal | 7 | 260 | 50 | 140 | 0 | 115 | 37 | 204 | 134 | 44 |
| Binary | 111 | 10110000 | 101000 | 1100000 | 0 | 1001101 | 11111 | 10000100 | 1011100 | 100100 |
Color Harmonies of #07B028
Complementary color
Monochromatic Colors of #07B028
Black with #07B028
Text Example
Text Example
White with #07B028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B028; }
p { color: rgb(7,176,40); }
H1.HeaderClassName
{
color: #07B028;
}
.AnyTagClassName
{
color: #07B028;
}
</style>
background-color css
<style>
a { background-color: #07B028; }
a { background-color: rgb(7,176,40); }
div.DivClassName
{
background-color: #07B028;
}
.BgClassName
{
background-color: #07B028;
}
</style>
border-color css
<style>
span { border-color: #07B028; }
span { border-color: rgb(7,176,40); }
td.TdClassName
{
border-color: #07B028;
}
.TagClassName
{
border-color: #07B028;
}
</style>