Shades of Dark Pastel Green #07BC2A
Tints of Dark Pastel Green #07BC2A
RGB
CMYK
RGB Variations
Color information
#07BC2A (or 0x07BC2A) is known color: Dark Pastel Green. HEX triplet: 07, BC and 2A. RGB value is (7,188,42). Sum of RGB (Red+Green+Blue) = 7+188+42=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC2A is #F843D5. Grayscale: #757575. Windows color (decimal): -16270294 or 2800647. OLE color: 2800647.
HSL color Cylindrical-coordinate representation of color #07BC2A: hue angle of 131.6º 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 #07BC2A is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 42 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.26 |
| HSL | 131.6º | 0.93% | 0.38% | - |
| HSV(B) | 131.6º | 0.96% | 0.74% | - |
| XYZ | 18.49 | 36.18 | 8.2 | - |
| YUV | 117.24 | 85.53 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 42 | 0.96 | 0 | 0.78 | 0.26 | 131.6 | 0.93 | 0.38 |
| Hex | 7 | BC | 2A | 60 | 0 | 4E | 1A | 84 | 5D | 26 |
| Octal | 7 | 274 | 52 | 140 | 0 | 116 | 32 | 204 | 135 | 46 |
| Binary | 111 | 10111100 | 101010 | 1100000 | 0 | 1001110 | 11010 | 10000100 | 1011101 | 100110 |
Color Harmonies of #07BC2A
Complementary color
Monochromatic Colors of #07BC2A
Black with #07BC2A
Text Example
Text Example
White with #07BC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC2A; }
p { color: rgb(7,188,42); }
H1.HeaderClassName
{
color: #07BC2A;
}
.AnyTagClassName
{
color: #07BC2A;
}
</style>
background-color css
<style>
a { background-color: #07BC2A; }
a { background-color: rgb(7,188,42); }
div.DivClassName
{
background-color: #07BC2A;
}
.BgClassName
{
background-color: #07BC2A;
}
</style>
border-color css
<style>
span { border-color: #07BC2A; }
span { border-color: rgb(7,188,42); }
td.TdClassName
{
border-color: #07BC2A;
}
.TagClassName
{
border-color: #07BC2A;
}
</style>