Shades of Dark Spring Green #26734D
Tints of Dark Spring Green #26734D
RGB
CMYK
RGB Variations
Color information
#26734D (or 0x26734D) is known color: Dark Spring Green. HEX triplet: 26, 73 and 4D. RGB value is (38,115,77). Sum of RGB (Red+Green+Blue) = 38+115+77=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #26734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26734D is #D98CB2. Grayscale: #575757. Windows color (decimal): -14257331 or 5075750. OLE color: 5075750.
HSL color Cylindrical-coordinate representation of color #26734D: hue angle of 150.39º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26734D is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 115 | 77 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.55 |
| HSL | 150.39º | 0.5% | 0.3% | - |
| HSV(B) | 150.39º | 0.67% | 0.45% | - |
| XYZ | 8.27 | 13.21 | 9.13 | - |
| YUV | 87.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 77 | 0.67 | 0 | 0.33 | 0.55 | 150.39 | 0.5 | 0.3 |
| Hex | 26 | 73 | 4D | 43 | 0 | 21 | 37 | 96 | 32 | 1E |
| Octal | 46 | 163 | 115 | 103 | 0 | 41 | 67 | 226 | 62 | 36 |
| Binary | 100110 | 1110011 | 1001101 | 1000011 | 0 | 100001 | 110111 | 10010110 | 110010 | 11110 |
Color Harmonies of #26734D
Complementary color
Monochromatic Colors of #26734D
Black with #26734D
Text Example
Text Example
White with #26734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26734D; }
p { color: rgb(38,115,77); }
H1.HeaderClassName
{
color: #26734D;
}
.AnyTagClassName
{
color: #26734D;
}
</style>
background-color css
<style>
a { background-color: #26734D; }
a { background-color: rgb(38,115,77); }
div.DivClassName
{
background-color: #26734D;
}
.BgClassName
{
background-color: #26734D;
}
</style>
border-color css
<style>
span { border-color: #26734D; }
span { border-color: rgb(38,115,77); }
td.TdClassName
{
border-color: #26734D;
}
.TagClassName
{
border-color: #26734D;
}
</style>