Shades of Dark Pastel Green #07BC1D
Tints of Dark Pastel Green #07BC1D
RGB
CMYK
RGB Variations
Color information
#07BC1D (or 0x07BC1D) is known color: Dark Pastel Green. HEX triplet: 07, BC and 1D. RGB value is (7,188,29). Sum of RGB (Red+Green+Blue) = 7+188+29=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 188 (73.83% from 255 or 83.93% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC1D is #F843E2. Grayscale: #747474. Windows color (decimal): -16270307 or 1948679. OLE color: 1948679.
HSL color Cylindrical-coordinate representation of color #07BC1D: hue angle of 127.29º 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 #07BC1D is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 29 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.26 |
| HSL | 127.29º | 0.93% | 0.38% | - |
| HSV(B) | 127.29º | 0.96% | 0.74% | - |
| XYZ | 18.29 | 36.1 | 7.17 | - |
| YUV | 115.76 | 79.03 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 29 | 0.96 | 0 | 0.85 | 0.26 | 127.29 | 0.93 | 0.38 |
| Hex | 7 | BC | 1D | 60 | 0 | 55 | 1A | 7F | 5D | 26 |
| Octal | 7 | 274 | 35 | 140 | 0 | 125 | 32 | 177 | 135 | 46 |
| Binary | 111 | 10111100 | 11101 | 1100000 | 0 | 1010101 | 11010 | 1111111 | 1011101 | 100110 |
Color Harmonies of #07BC1D
Complementary color
Monochromatic Colors of #07BC1D
Black with #07BC1D
Text Example
Text Example
White with #07BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC1D; }
p { color: rgb(7,188,29); }
H1.HeaderClassName
{
color: #07BC1D;
}
.AnyTagClassName
{
color: #07BC1D;
}
</style>
background-color css
<style>
a { background-color: #07BC1D; }
a { background-color: rgb(7,188,29); }
div.DivClassName
{
background-color: #07BC1D;
}
.BgClassName
{
background-color: #07BC1D;
}
</style>
border-color css
<style>
span { border-color: #07BC1D; }
span { border-color: rgb(7,188,29); }
td.TdClassName
{
border-color: #07BC1D;
}
.TagClassName
{
border-color: #07BC1D;
}
</style>