Shades of Dark Pastel Green #07C03B
Tints of Dark Pastel Green #07C03B
RGB
CMYK
RGB Variations
Color information
#07C03B (or 0x07C03B) is known color: Dark Pastel Green. HEX triplet: 07, C0 and 3B. RGB value is (7,192,59). Sum of RGB (Red+Green+Blue) = 7+192+59=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 192 (75.39% from 255 or 74.42% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 192 - color contains mainly: green. Hex color #07C03B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C03B is #F83FC4. Grayscale: #797979. Windows color (decimal): -16269253 or 3915783. OLE color: 3915783.
HSL color Cylindrical-coordinate representation of color #07C03B: hue angle of 136.86º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C03B is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 192 | 59 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.25 |
| HSL | 136.86º | 0.93% | 0.39% | - |
| HSV(B) | 136.86º | 0.96% | 0.75% | - |
| XYZ | 19.73 | 38.06 | 10.44 | - |
| YUV | 121.52 | 92.71 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 59 | 0.96 | 0 | 0.69 | 0.25 | 136.86 | 0.93 | 0.39 |
| Hex | 7 | C0 | 3B | 60 | 0 | 45 | 19 | 89 | 5D | 27 |
| Octal | 7 | 300 | 73 | 140 | 0 | 105 | 31 | 211 | 135 | 47 |
| Binary | 111 | 11000000 | 111011 | 1100000 | 0 | 1000101 | 11001 | 10001001 | 1011101 | 100111 |
Color Harmonies of #07C03B
Complementary color
Monochromatic Colors of #07C03B
Black with #07C03B
Text Example
Text Example
White with #07C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C03B; }
p { color: rgb(7,192,59); }
H1.HeaderClassName
{
color: #07C03B;
}
.AnyTagClassName
{
color: #07C03B;
}
</style>
background-color css
<style>
a { background-color: #07C03B; }
a { background-color: rgb(7,192,59); }
div.DivClassName
{
background-color: #07C03B;
}
.BgClassName
{
background-color: #07C03B;
}
</style>
border-color css
<style>
span { border-color: #07C03B; }
span { border-color: rgb(7,192,59); }
td.TdClassName
{
border-color: #07C03B;
}
.TagClassName
{
border-color: #07C03B;
}
</style>