Shades of Dark Pastel Green #07B42D
Tints of Dark Pastel Green #07B42D
RGB
CMYK
RGB Variations
Color information
#07B42D (or 0x07B42D) is known color: Dark Pastel Green. HEX triplet: 07, B4 and 2D. RGB value is (7,180,45). Sum of RGB (Red+Green+Blue) = 7+180+45=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 180 (70.70% from 255 or 77.59% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 180 - color contains mainly: green. Hex color #07B42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B42D is #F84BD2. Grayscale: #717171. Windows color (decimal): -16272339 or 2995207. OLE color: 2995207.
HSL color Cylindrical-coordinate representation of color #07B42D: hue angle of 133.18º 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 #07B42D is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 180 | 45 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.29 |
| HSL | 133.18º | 0.93% | 0.37% | - |
| HSV(B) | 133.18º | 0.96% | 0.71% | - |
| XYZ | 16.88 | 32.88 | 7.94 | - |
| YUV | 112.88 | 89.69 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 180 | 45 | 0.96 | 0 | 0.75 | 0.29 | 133.18 | 0.93 | 0.37 |
| Hex | 7 | B4 | 2D | 60 | 0 | 4B | 1D | 85 | 5D | 25 |
| Octal | 7 | 264 | 55 | 140 | 0 | 113 | 35 | 205 | 135 | 45 |
| Binary | 111 | 10110100 | 101101 | 1100000 | 0 | 1001011 | 11101 | 10000101 | 1011101 | 100101 |
Color Harmonies of #07B42D
Complementary color
Monochromatic Colors of #07B42D
Black with #07B42D
Text Example
Text Example
White with #07B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B42D; }
p { color: rgb(7,180,45); }
H1.HeaderClassName
{
color: #07B42D;
}
.AnyTagClassName
{
color: #07B42D;
}
</style>
background-color css
<style>
a { background-color: #07B42D; }
a { background-color: rgb(7,180,45); }
div.DivClassName
{
background-color: #07B42D;
}
.BgClassName
{
background-color: #07B42D;
}
</style>
border-color css
<style>
span { border-color: #07B42D; }
span { border-color: rgb(7,180,45); }
td.TdClassName
{
border-color: #07B42D;
}
.TagClassName
{
border-color: #07B42D;
}
</style>