Shades of Dark Spring Green #007F2D
Tints of Dark Spring Green #007F2D
RGB
CMYK
RGB Variations
Color information
#007F2D (or 0x007F2D) is known color: Dark Spring Green. HEX triplet: 00, 7F and 2D. RGB value is (0,127,45). Sum of RGB (Red+Green+Blue) = 0+127+45=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 127 (50% from 255 or 73.84% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 127 - color contains mainly: green. Hex color #007F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007F2D is #FF80D2. Grayscale: #4F4F4F. Windows color (decimal): -16744659 or 2981632. OLE color: 2981632.
HSL color Cylindrical-coordinate representation of color #007F2D: hue angle of 141.26º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F2D is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 127 | 45 | - |
| CMYK | 1 | 0 | 0.65 | 0.50 |
| HSL | 141.26º | 1% | 0.25% | - |
| HSV(B) | 141.26º | 1% | 0.5% | - |
| XYZ | 8.06 | 15.37 | 5.02 | - |
| YUV | 79.68 | 108.42 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 45 | 1 | 0 | 0.65 | 0.50 | 141.26 | 1 | 0.25 |
| Hex | 0 | 7F | 2D | 64 | 0 | 41 | 32 | 8D | 64 | 19 |
| Octal | 0 | 177 | 55 | 144 | 0 | 101 | 62 | 215 | 144 | 31 |
| Binary | 0 | 1111111 | 101101 | 1100100 | 0 | 1000001 | 110010 | 10001101 | 1100100 | 11001 |
Color Harmonies of #007F2D
Complementary color
Monochromatic Colors of #007F2D
Black with #007F2D
Text Example
Text Example
White with #007F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F2D; }
p { color: rgb(0,127,45); }
H1.HeaderClassName
{
color: #007F2D;
}
.AnyTagClassName
{
color: #007F2D;
}
</style>
background-color css
<style>
a { background-color: #007F2D; }
a { background-color: rgb(0,127,45); }
div.DivClassName
{
background-color: #007F2D;
}
.BgClassName
{
background-color: #007F2D;
}
</style>
border-color css
<style>
span { border-color: #007F2D; }
span { border-color: rgb(0,127,45); }
td.TdClassName
{
border-color: #007F2D;
}
.TagClassName
{
border-color: #007F2D;
}
</style>