Shades of Dark Spring Green #26704D
Tints of Dark Spring Green #26704D
RGB
CMYK
RGB Variations
Color information
#26704D (or 0x26704D) is known color: Dark Spring Green. HEX triplet: 26, 70 and 4D. RGB value is (38,112,77). Sum of RGB (Red+Green+Blue) = 38+112+77=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #26704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26704D is #D98FB2. Grayscale: #555555. Windows color (decimal): -14258099 or 5074982. OLE color: 5074982.
HSL color Cylindrical-coordinate representation of color #26704D: hue angle of 151.62º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26704D is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 112 | 77 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.56 |
| HSL | 151.62º | 0.49% | 0.29% | - |
| HSV(B) | 151.62º | 0.66% | 0.44% | - |
| XYZ | 7.93 | 12.54 | 9.02 | - |
| YUV | 85.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 112 | 77 | 0.66 | 0 | 0.31 | 0.56 | 151.62 | 0.49 | 0.29 |
| Hex | 26 | 70 | 4D | 42 | 0 | 1F | 38 | 98 | 31 | 1D |
| Octal | 46 | 160 | 115 | 102 | 0 | 37 | 70 | 230 | 61 | 35 |
| Binary | 100110 | 1110000 | 1001101 | 1000010 | 0 | 11111 | 111000 | 10011000 | 110001 | 11101 |
Color Harmonies of #26704D
Complementary color
Monochromatic Colors of #26704D
Black with #26704D
Text Example
Text Example
White with #26704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26704D; }
p { color: rgb(38,112,77); }
H1.HeaderClassName
{
color: #26704D;
}
.AnyTagClassName
{
color: #26704D;
}
</style>
background-color css
<style>
a { background-color: #26704D; }
a { background-color: rgb(38,112,77); }
div.DivClassName
{
background-color: #26704D;
}
.BgClassName
{
background-color: #26704D;
}
</style>
border-color css
<style>
span { border-color: #26704D; }
span { border-color: rgb(38,112,77); }
td.TdClassName
{
border-color: #26704D;
}
.TagClassName
{
border-color: #26704D;
}
</style>