Shades of Dark Pastel Green #07B524
Tints of Dark Pastel Green #07B524
RGB
CMYK
RGB Variations
Color information
#07B524 (or 0x07B524) is known color: Dark Pastel Green. HEX triplet: 07, B5 and 24. RGB value is (7,181,36). Sum of RGB (Red+Green+Blue) = 7+181+36=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 181 (71.09% from 255 or 80.80% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 181 - color contains mainly: green. Hex color #07B524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B524 is #F84ADB. Grayscale: #707070. Windows color (decimal): -16272092 or 2405639. OLE color: 2405639.
HSL color Cylindrical-coordinate representation of color #07B524: hue angle of 130º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B524 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 181 | 36 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.29 |
| HSL | 130º | 0.93% | 0.37% | - |
| HSV(B) | 130º | 0.96% | 0.71% | - |
| XYZ | 16.93 | 33.22 | 7.19 | - |
| YUV | 112.44 | 84.85 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 181 | 36 | 0.96 | 0 | 0.80 | 0.29 | 130 | 0.93 | 0.37 |
| Hex | 7 | B5 | 24 | 60 | 0 | 50 | 1D | 82 | 5D | 25 |
| Octal | 7 | 265 | 44 | 140 | 0 | 120 | 35 | 202 | 135 | 45 |
| Binary | 111 | 10110101 | 100100 | 1100000 | 0 | 1010000 | 11101 | 10000010 | 1011101 | 100101 |
Color Harmonies of #07B524
Complementary color
Monochromatic Colors of #07B524
Black with #07B524
Text Example
Text Example
White with #07B524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B524; }
p { color: rgb(7,181,36); }
H1.HeaderClassName
{
color: #07B524;
}
.AnyTagClassName
{
color: #07B524;
}
</style>
background-color css
<style>
a { background-color: #07B524; }
a { background-color: rgb(7,181,36); }
div.DivClassName
{
background-color: #07B524;
}
.BgClassName
{
background-color: #07B524;
}
</style>
border-color css
<style>
span { border-color: #07B524; }
span { border-color: rgb(7,181,36); }
td.TdClassName
{
border-color: #07B524;
}
.TagClassName
{
border-color: #07B524;
}
</style>