Shades of Dark Spring Green #26714B
Tints of Dark Spring Green #26714B
RGB
CMYK
RGB Variations
Color information
#26714B (or 0x26714B) is known color: Dark Spring Green. HEX triplet: 26, 71 and 4B. RGB value is (38,113,75). Sum of RGB (Red+Green+Blue) = 38+113+75=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #26714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26714B is #D98EB4. Grayscale: #565656. Windows color (decimal): -14257845 or 4944166. OLE color: 4944166.
HSL color Cylindrical-coordinate representation of color #26714B: hue angle of 149.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26714B is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 113 | 75 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.56 |
| HSL | 149.6º | 0.5% | 0.3% | - |
| HSV(B) | 149.6º | 0.66% | 0.44% | - |
| XYZ | 7.97 | 12.73 | 8.69 | - |
| YUV | 86.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 75 | 0.66 | 0 | 0.34 | 0.56 | 149.6 | 0.5 | 0.3 |
| Hex | 26 | 71 | 4B | 42 | 0 | 22 | 38 | 96 | 32 | 1E |
| Octal | 46 | 161 | 113 | 102 | 0 | 42 | 70 | 226 | 62 | 36 |
| Binary | 100110 | 1110001 | 1001011 | 1000010 | 0 | 100010 | 111000 | 10010110 | 110010 | 11110 |
Color Harmonies of #26714B
Complementary color
Monochromatic Colors of #26714B
Black with #26714B
Text Example
Text Example
White with #26714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26714B; }
p { color: rgb(38,113,75); }
H1.HeaderClassName
{
color: #26714B;
}
.AnyTagClassName
{
color: #26714B;
}
</style>
background-color css
<style>
a { background-color: #26714B; }
a { background-color: rgb(38,113,75); }
div.DivClassName
{
background-color: #26714B;
}
.BgClassName
{
background-color: #26714B;
}
</style>
border-color css
<style>
span { border-color: #26714B; }
span { border-color: rgb(38,113,75); }
td.TdClassName
{
border-color: #26714B;
}
.TagClassName
{
border-color: #26714B;
}
</style>