Shades of Dark Pastel Green #07BD3E
Tints of Dark Pastel Green #07BD3E
RGB
CMYK
RGB Variations
Color information
#07BD3E (or 0x07BD3E) is known color: Dark Pastel Green. HEX triplet: 07, BD and 3E. RGB value is (7,189,62). Sum of RGB (Red+Green+Blue) = 7+189+62=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BD3E is #F842C1. Grayscale: #787878. Windows color (decimal): -16270018 or 4111623. OLE color: 4111623.
HSL color Cylindrical-coordinate representation of color #07BD3E: hue angle of 138.13º 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 #07BD3E is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 62 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.26 |
| HSL | 138.13º | 0.93% | 0.38% | - |
| HSV(B) | 138.13º | 0.96% | 0.74% | - |
| XYZ | 19.15 | 36.79 | 10.65 | - |
| YUV | 120.1 | 95.2 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 62 | 0.96 | 0 | 0.67 | 0.26 | 138.13 | 0.93 | 0.38 |
| Hex | 7 | BD | 3E | 60 | 0 | 43 | 1A | 8A | 5D | 26 |
| Octal | 7 | 275 | 76 | 140 | 0 | 103 | 32 | 212 | 135 | 46 |
| Binary | 111 | 10111101 | 111110 | 1100000 | 0 | 1000011 | 11010 | 10001010 | 1011101 | 100110 |
Color Harmonies of #07BD3E
Complementary color
Monochromatic Colors of #07BD3E
Black with #07BD3E
Text Example
Text Example
White with #07BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD3E; }
p { color: rgb(7,189,62); }
H1.HeaderClassName
{
color: #07BD3E;
}
.AnyTagClassName
{
color: #07BD3E;
}
</style>
background-color css
<style>
a { background-color: #07BD3E; }
a { background-color: rgb(7,189,62); }
div.DivClassName
{
background-color: #07BD3E;
}
.BgClassName
{
background-color: #07BD3E;
}
</style>
border-color css
<style>
span { border-color: #07BD3E; }
span { border-color: rgb(7,189,62); }
td.TdClassName
{
border-color: #07BD3E;
}
.TagClassName
{
border-color: #07BD3E;
}
</style>