Shades of Dark Pastel Green #07BC2B
Tints of Dark Pastel Green #07BC2B
RGB
CMYK
RGB Variations
Color information
#07BC2B (or 0x07BC2B) is known color: Dark Pastel Green. HEX triplet: 07, BC and 2B. RGB value is (7,188,43). Sum of RGB (Red+Green+Blue) = 7+188+43=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 188 (73.83% from 255 or 78.99% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC2B is #F843D4. Grayscale: #757575. Windows color (decimal): -16270293 or 2866183. OLE color: 2866183.
HSL color Cylindrical-coordinate representation of color #07BC2B: hue angle of 131.93º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC2B is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 43 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.26 |
| HSL | 131.93º | 0.93% | 0.38% | - |
| HSV(B) | 131.93º | 0.96% | 0.74% | - |
| XYZ | 18.51 | 36.19 | 8.29 | - |
| YUV | 117.35 | 86.03 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 43 | 0.96 | 0 | 0.77 | 0.26 | 131.93 | 0.93 | 0.38 |
| Hex | 7 | BC | 2B | 60 | 0 | 4D | 1A | 84 | 5D | 26 |
| Octal | 7 | 274 | 53 | 140 | 0 | 115 | 32 | 204 | 135 | 46 |
| Binary | 111 | 10111100 | 101011 | 1100000 | 0 | 1001101 | 11010 | 10000100 | 1011101 | 100110 |
Color Harmonies of #07BC2B
Complementary color
Monochromatic Colors of #07BC2B
Black with #07BC2B
Text Example
Text Example
White with #07BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC2B; }
p { color: rgb(7,188,43); }
H1.HeaderClassName
{
color: #07BC2B;
}
.AnyTagClassName
{
color: #07BC2B;
}
</style>
background-color css
<style>
a { background-color: #07BC2B; }
a { background-color: rgb(7,188,43); }
div.DivClassName
{
background-color: #07BC2B;
}
.BgClassName
{
background-color: #07BC2B;
}
</style>
border-color css
<style>
span { border-color: #07BC2B; }
span { border-color: rgb(7,188,43); }
td.TdClassName
{
border-color: #07BC2B;
}
.TagClassName
{
border-color: #07BC2B;
}
</style>