Shades of Dark Pastel Green #07B03D
Tints of Dark Pastel Green #07B03D
RGB
CMYK
RGB Variations
Color information
#07B03D (or 0x07B03D) is known color: Dark Pastel Green. HEX triplet: 07, B0 and 3D. RGB value is (7,176,61). Sum of RGB (Red+Green+Blue) = 7+176+61=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 176 (69.14% from 255 or 72.13% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 176 - color contains mainly: green. Hex color #07B03D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07B03D is #F84FC2. Grayscale: #707070. Windows color (decimal): -16273347 or 4042759. OLE color: 4042759.
HSL color Cylindrical-coordinate representation of color #07B03D: hue angle of 139.17º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B03D is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 61 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.31 |
| HSL | 139.17º | 0.92% | 0.36% | - |
| HSV(B) | 139.17º | 0.96% | 0.69% | - |
| XYZ | 16.46 | 31.43 | 9.61 | - |
| YUV | 112.36 | 99.01 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 61 | 0.96 | 0 | 0.65 | 0.31 | 139.17 | 0.92 | 0.36 |
| Hex | 7 | B0 | 3D | 60 | 0 | 41 | 1F | 8B | 5C | 24 |
| Octal | 7 | 260 | 75 | 140 | 0 | 101 | 37 | 213 | 134 | 44 |
| Binary | 111 | 10110000 | 111101 | 1100000 | 0 | 1000001 | 11111 | 10001011 | 1011100 | 100100 |
Color Harmonies of #07B03D
Complementary color
Monochromatic Colors of #07B03D
Black with #07B03D
Text Example
Text Example
White with #07B03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B03D; }
p { color: rgb(7,176,61); }
H1.HeaderClassName
{
color: #07B03D;
}
.AnyTagClassName
{
color: #07B03D;
}
</style>
background-color css
<style>
a { background-color: #07B03D; }
a { background-color: rgb(7,176,61); }
div.DivClassName
{
background-color: #07B03D;
}
.BgClassName
{
background-color: #07B03D;
}
</style>
border-color css
<style>
span { border-color: #07B03D; }
span { border-color: rgb(7,176,61); }
td.TdClassName
{
border-color: #07B03D;
}
.TagClassName
{
border-color: #07B03D;
}
</style>