Shades of Dark Pastel Green #07BD2D
Tints of Dark Pastel Green #07BD2D
RGB
CMYK
RGB Variations
Color information
#07BD2D (or 0x07BD2D) is known color: Dark Pastel Green. HEX triplet: 07, BD and 2D. RGB value is (7,189,45). Sum of RGB (Red+Green+Blue) = 7+189+45=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 189 (74.22% from 255 or 78.42% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BD2D is #F842D2. Grayscale: #767676. Windows color (decimal): -16270035 or 2997511. OLE color: 2997511.
HSL color Cylindrical-coordinate representation of color #07BD2D: hue angle of 132.53º 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 #07BD2D is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 45 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.26 |
| HSL | 132.53º | 0.93% | 0.38% | - |
| HSV(B) | 132.53º | 0.96% | 0.74% | - |
| XYZ | 18.76 | 36.63 | 8.56 | - |
| YUV | 118.17 | 86.7 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 45 | 0.96 | 0 | 0.76 | 0.26 | 132.53 | 0.93 | 0.38 |
| Hex | 7 | BD | 2D | 60 | 0 | 4C | 1A | 85 | 5D | 26 |
| Octal | 7 | 275 | 55 | 140 | 0 | 114 | 32 | 205 | 135 | 46 |
| Binary | 111 | 10111101 | 101101 | 1100000 | 0 | 1001100 | 11010 | 10000101 | 1011101 | 100110 |
Color Harmonies of #07BD2D
Complementary color
Monochromatic Colors of #07BD2D
Black with #07BD2D
Text Example
Text Example
White with #07BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD2D; }
p { color: rgb(7,189,45); }
H1.HeaderClassName
{
color: #07BD2D;
}
.AnyTagClassName
{
color: #07BD2D;
}
</style>
background-color css
<style>
a { background-color: #07BD2D; }
a { background-color: rgb(7,189,45); }
div.DivClassName
{
background-color: #07BD2D;
}
.BgClassName
{
background-color: #07BD2D;
}
</style>
border-color css
<style>
span { border-color: #07BD2D; }
span { border-color: rgb(7,189,45); }
td.TdClassName
{
border-color: #07BD2D;
}
.TagClassName
{
border-color: #07BD2D;
}
</style>