Shades of Dark Pastel Green #07B444
Tints of Dark Pastel Green #07B444
RGB
CMYK
RGB Variations
Color information
#07B444 (or 0x07B444) is known color: Dark Pastel Green. HEX triplet: 07, B4 and 44. RGB value is (7,180,68). Sum of RGB (Red+Green+Blue) = 7+180+68=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 180 (70.70% from 255 or 70.59% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 180 - color contains mainly: green. Hex color #07B444 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B444 is #F84BBB. Grayscale: #737373. Windows color (decimal): -16272316 or 4502535. OLE color: 4502535.
HSL color Cylindrical-coordinate representation of color #07B444: hue angle of 141.16º 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 #07B444 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 180 | 68 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.29 |
| HSL | 141.16º | 0.93% | 0.37% | - |
| HSV(B) | 141.16º | 0.96% | 0.71% | - |
| XYZ | 17.45 | 33.11 | 10.94 | - |
| YUV | 115.51 | 101.19 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 180 | 68 | 0.96 | 0 | 0.62 | 0.29 | 141.16 | 0.93 | 0.37 |
| Hex | 7 | B4 | 44 | 60 | 0 | 3E | 1D | 8D | 5D | 25 |
| Octal | 7 | 264 | 104 | 140 | 0 | 76 | 35 | 215 | 135 | 45 |
| Binary | 111 | 10110100 | 1000100 | 1100000 | 0 | 111110 | 11101 | 10001101 | 1011101 | 100101 |
Color Harmonies of #07B444
Complementary color
Monochromatic Colors of #07B444
Black with #07B444
Text Example
Text Example
White with #07B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B444; }
p { color: rgb(7,180,68); }
H1.HeaderClassName
{
color: #07B444;
}
.AnyTagClassName
{
color: #07B444;
}
</style>
background-color css
<style>
a { background-color: #07B444; }
a { background-color: rgb(7,180,68); }
div.DivClassName
{
background-color: #07B444;
}
.BgClassName
{
background-color: #07B444;
}
</style>
border-color css
<style>
span { border-color: #07B444; }
span { border-color: rgb(7,180,68); }
td.TdClassName
{
border-color: #07B444;
}
.TagClassName
{
border-color: #07B444;
}
</style>