Shades of Dark Pastel Green #07B42C
Tints of Dark Pastel Green #07B42C
RGB
CMYK
RGB Variations
Color information
#07B42C (or 0x07B42C) is known color: Dark Pastel Green. HEX triplet: 07, B4 and 2C. RGB value is (7,180,44). Sum of RGB (Red+Green+Blue) = 7+180+44=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 180 (70.70% from 255 or 77.92% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 180 - color contains mainly: green. Hex color #07B42C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B42C is #F84BD3. Grayscale: #717171. Windows color (decimal): -16272340 or 2929671. OLE color: 2929671.
HSL color Cylindrical-coordinate representation of color #07B42C: hue angle of 132.83º 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 #07B42C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 180 | 44 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.29 |
| HSL | 132.83º | 0.93% | 0.37% | - |
| HSV(B) | 132.83º | 0.96% | 0.71% | - |
| XYZ | 16.86 | 32.87 | 7.84 | - |
| YUV | 112.77 | 89.19 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 180 | 44 | 0.96 | 0 | 0.76 | 0.29 | 132.83 | 0.93 | 0.37 |
| Hex | 7 | B4 | 2C | 60 | 0 | 4C | 1D | 85 | 5D | 25 |
| Octal | 7 | 264 | 54 | 140 | 0 | 114 | 35 | 205 | 135 | 45 |
| Binary | 111 | 10110100 | 101100 | 1100000 | 0 | 1001100 | 11101 | 10000101 | 1011101 | 100101 |
Color Harmonies of #07B42C
Complementary color
Monochromatic Colors of #07B42C
Black with #07B42C
Text Example
Text Example
White with #07B42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B42C; }
p { color: rgb(7,180,44); }
H1.HeaderClassName
{
color: #07B42C;
}
.AnyTagClassName
{
color: #07B42C;
}
</style>
background-color css
<style>
a { background-color: #07B42C; }
a { background-color: rgb(7,180,44); }
div.DivClassName
{
background-color: #07B42C;
}
.BgClassName
{
background-color: #07B42C;
}
</style>
border-color css
<style>
span { border-color: #07B42C; }
span { border-color: rgb(7,180,44); }
td.TdClassName
{
border-color: #07B42C;
}
.TagClassName
{
border-color: #07B42C;
}
</style>