Shades of Dark Spring Green #007F3B
Tints of Dark Spring Green #007F3B
RGB
CMYK
RGB Variations
Color information
#007F3B (or 0x007F3B) is known color: Dark Spring Green. HEX triplet: 00, 7F and 3B. RGB value is (0,127,59). Sum of RGB (Red+Green+Blue) = 0+127+59=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 127 (50% from 255 or 68.28% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 127 - color contains mainly: green. Hex color #007F3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007F3B is #FF80C4. Grayscale: #515151. Windows color (decimal): -16744645 or 3899136. OLE color: 3899136.
HSL color Cylindrical-coordinate representation of color #007F3B: hue angle of 147.87º 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 #007F3B is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 127 | 59 | - |
| CMYK | 1 | 0 | 0.54 | 0.50 |
| HSL | 147.87º | 1% | 0.25% | - |
| HSV(B) | 147.87º | 1% | 0.5% | - |
| XYZ | 8.38 | 15.49 | 6.69 | - |
| YUV | 81.28 | 115.42 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 59 | 1 | 0 | 0.54 | 0.50 | 147.87 | 1 | 0.25 |
| Hex | 0 | 7F | 3B | 64 | 0 | 36 | 32 | 94 | 64 | 19 |
| Octal | 0 | 177 | 73 | 144 | 0 | 66 | 62 | 224 | 144 | 31 |
| Binary | 0 | 1111111 | 111011 | 1100100 | 0 | 110110 | 110010 | 10010100 | 1100100 | 11001 |
Color Harmonies of #007F3B
Complementary color
Monochromatic Colors of #007F3B
Black with #007F3B
Text Example
Text Example
White with #007F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F3B; }
p { color: rgb(0,127,59); }
H1.HeaderClassName
{
color: #007F3B;
}
.AnyTagClassName
{
color: #007F3B;
}
</style>
background-color css
<style>
a { background-color: #007F3B; }
a { background-color: rgb(0,127,59); }
div.DivClassName
{
background-color: #007F3B;
}
.BgClassName
{
background-color: #007F3B;
}
</style>
border-color css
<style>
span { border-color: #007F3B; }
span { border-color: rgb(0,127,59); }
td.TdClassName
{
border-color: #007F3B;
}
.TagClassName
{
border-color: #007F3B;
}
</style>