Shades of Dark Pastel Green #07B441
Tints of Dark Pastel Green #07B441
RGB
CMYK
RGB Variations
Color information
#07B441 (or 0x07B441) is known color: Dark Pastel Green. HEX triplet: 07, B4 and 41. RGB value is (7,180,65). Sum of RGB (Red+Green+Blue) = 7+180+65=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 180 (70.70% from 255 or 71.43% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 180 - color contains mainly: green. Hex color #07B441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B441 is #F84BBE. Grayscale: #737373. Windows color (decimal): -16272319 or 4305927. OLE color: 4305927.
HSL color Cylindrical-coordinate representation of color #07B441: hue angle of 140.12º 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 #07B441 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 180 | 65 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.29 |
| HSL | 140.12º | 0.93% | 0.37% | - |
| HSV(B) | 140.12º | 0.96% | 0.71% | - |
| XYZ | 17.36 | 33.07 | 10.47 | - |
| YUV | 115.16 | 99.69 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 180 | 65 | 0.96 | 0 | 0.64 | 0.29 | 140.12 | 0.93 | 0.37 |
| Hex | 7 | B4 | 41 | 60 | 0 | 40 | 1D | 8C | 5D | 25 |
| Octal | 7 | 264 | 101 | 140 | 0 | 100 | 35 | 214 | 135 | 45 |
| Binary | 111 | 10110100 | 1000001 | 1100000 | 0 | 1000000 | 11101 | 10001100 | 1011101 | 100101 |
Color Harmonies of #07B441
Complementary color
Monochromatic Colors of #07B441
Black with #07B441
Text Example
Text Example
White with #07B441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B441; }
p { color: rgb(7,180,65); }
H1.HeaderClassName
{
color: #07B441;
}
.AnyTagClassName
{
color: #07B441;
}
</style>
background-color css
<style>
a { background-color: #07B441; }
a { background-color: rgb(7,180,65); }
div.DivClassName
{
background-color: #07B441;
}
.BgClassName
{
background-color: #07B441;
}
</style>
border-color css
<style>
span { border-color: #07B441; }
span { border-color: rgb(7,180,65); }
td.TdClassName
{
border-color: #07B441;
}
.TagClassName
{
border-color: #07B441;
}
</style>