Shades of Dark Pastel Green #07B821
Tints of Dark Pastel Green #07B821
RGB
CMYK
RGB Variations
Color information
#07B821 (or 0x07B821) is known color: Dark Pastel Green. HEX triplet: 07, B8 and 21. RGB value is (7,184,33). Sum of RGB (Red+Green+Blue) = 7+184+33=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 184 (72.27% from 255 or 82.14% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 184 - color contains mainly: green. Hex color #07B821 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B821 is #F847DE. Grayscale: #727272. Windows color (decimal): -16271327 or 2209799. OLE color: 2209799.
HSL color Cylindrical-coordinate representation of color #07B821: hue angle of 128.81º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B821 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 184 | 33 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.28 |
| HSL | 128.81º | 0.93% | 0.37% | - |
| HSV(B) | 128.81º | 0.96% | 0.72% | - |
| XYZ | 17.5 | 34.44 | 7.16 | - |
| YUV | 113.86 | 82.36 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 33 | 0.96 | 0 | 0.82 | 0.28 | 128.81 | 0.93 | 0.37 |
| Hex | 7 | B8 | 21 | 60 | 0 | 52 | 1C | 81 | 5D | 25 |
| Octal | 7 | 270 | 41 | 140 | 0 | 122 | 34 | 201 | 135 | 45 |
| Binary | 111 | 10111000 | 100001 | 1100000 | 0 | 1010010 | 11100 | 10000001 | 1011101 | 100101 |
Color Harmonies of #07B821
Complementary color
Monochromatic Colors of #07B821
Black with #07B821
Text Example
Text Example
White with #07B821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B821; }
p { color: rgb(7,184,33); }
H1.HeaderClassName
{
color: #07B821;
}
.AnyTagClassName
{
color: #07B821;
}
</style>
background-color css
<style>
a { background-color: #07B821; }
a { background-color: rgb(7,184,33); }
div.DivClassName
{
background-color: #07B821;
}
.BgClassName
{
background-color: #07B821;
}
</style>
border-color css
<style>
span { border-color: #07B821; }
span { border-color: rgb(7,184,33); }
td.TdClassName
{
border-color: #07B821;
}
.TagClassName
{
border-color: #07B821;
}
</style>