Shades of Dark Spring Green #26714A
Tints of Dark Spring Green #26714A
RGB
CMYK
RGB Variations
Color information
#26714A (or 0x26714A) is known color: Dark Spring Green. HEX triplet: 26, 71 and 4A. RGB value is (38,113,74). Sum of RGB (Red+Green+Blue) = 38+113+74=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #26714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26714A is #D98EB5. Grayscale: #565656. Windows color (decimal): -14257846 or 4878630. OLE color: 4878630.
HSL color Cylindrical-coordinate representation of color #26714A: hue angle of 148.8º 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 #26714A is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 113 | 74 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.56 |
| HSL | 148.8º | 0.5% | 0.3% | - |
| HSV(B) | 148.8º | 0.66% | 0.44% | - |
| XYZ | 7.94 | 12.72 | 8.51 | - |
| YUV | 86.13 | 121.15 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 74 | 0.66 | 0 | 0.35 | 0.56 | 148.8 | 0.5 | 0.3 |
| Hex | 26 | 71 | 4A | 42 | 0 | 23 | 38 | 95 | 32 | 1E |
| Octal | 46 | 161 | 112 | 102 | 0 | 43 | 70 | 225 | 62 | 36 |
| Binary | 100110 | 1110001 | 1001010 | 1000010 | 0 | 100011 | 111000 | 10010101 | 110010 | 11110 |
Color Harmonies of #26714A
Complementary color
Monochromatic Colors of #26714A
Black with #26714A
Text Example
Text Example
White with #26714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26714A; }
p { color: rgb(38,113,74); }
H1.HeaderClassName
{
color: #26714A;
}
.AnyTagClassName
{
color: #26714A;
}
</style>
background-color css
<style>
a { background-color: #26714A; }
a { background-color: rgb(38,113,74); }
div.DivClassName
{
background-color: #26714A;
}
.BgClassName
{
background-color: #26714A;
}
</style>
border-color css
<style>
span { border-color: #26714A; }
span { border-color: rgb(38,113,74); }
td.TdClassName
{
border-color: #26714A;
}
.TagClassName
{
border-color: #26714A;
}
</style>