Shades of Dark Pastel Green #07BE1D
Tints of Dark Pastel Green #07BE1D
RGB
CMYK
RGB Variations
Color information
#07BE1D (or 0x07BE1D) is known color: Dark Pastel Green. HEX triplet: 07, BE and 1D. RGB value is (7,190,29). Sum of RGB (Red+Green+Blue) = 7+190+29=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 190 (74.61% from 255 or 84.07% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BE1D is #F841E2. Grayscale: #757575. Windows color (decimal): -16269795 or 1949191. OLE color: 1949191.
HSL color Cylindrical-coordinate representation of color #07BE1D: hue angle of 127.21º 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 #07BE1D is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 29 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.25 |
| HSL | 127.21º | 0.93% | 0.39% | - |
| HSV(B) | 127.21º | 0.96% | 0.75% | - |
| XYZ | 18.72 | 36.96 | 7.31 | - |
| YUV | 116.93 | 78.37 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 29 | 0.96 | 0 | 0.85 | 0.25 | 127.21 | 0.93 | 0.39 |
| Hex | 7 | BE | 1D | 60 | 0 | 55 | 19 | 7F | 5D | 27 |
| Octal | 7 | 276 | 35 | 140 | 0 | 125 | 31 | 177 | 135 | 47 |
| Binary | 111 | 10111110 | 11101 | 1100000 | 0 | 1010101 | 11001 | 1111111 | 1011101 | 100111 |
Color Harmonies of #07BE1D
Complementary color
Monochromatic Colors of #07BE1D
Black with #07BE1D
Text Example
Text Example
White with #07BE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BE1D; }
p { color: rgb(7,190,29); }
H1.HeaderClassName
{
color: #07BE1D;
}
.AnyTagClassName
{
color: #07BE1D;
}
</style>
background-color css
<style>
a { background-color: #07BE1D; }
a { background-color: rgb(7,190,29); }
div.DivClassName
{
background-color: #07BE1D;
}
.BgClassName
{
background-color: #07BE1D;
}
</style>
border-color css
<style>
span { border-color: #07BE1D; }
span { border-color: rgb(7,190,29); }
td.TdClassName
{
border-color: #07BE1D;
}
.TagClassName
{
border-color: #07BE1D;
}
</style>