Shades of Dark Spring Green #26734C
Tints of Dark Spring Green #26734C
RGB
CMYK
RGB Variations
Color information
#26734C (or 0x26734C) is known color: Dark Spring Green. HEX triplet: 26, 73 and 4C. RGB value is (38,115,76). Sum of RGB (Red+Green+Blue) = 38+115+76=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #26734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26734C is #D98CB3. Grayscale: #575757. Windows color (decimal): -14257332 or 5010214. OLE color: 5010214.
HSL color Cylindrical-coordinate representation of color #26734C: hue angle of 149.61º 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 #26734C is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 115 | 76 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.55 |
| HSL | 149.61º | 0.5% | 0.3% | - |
| HSV(B) | 149.61º | 0.67% | 0.45% | - |
| XYZ | 8.23 | 13.2 | 8.95 | - |
| YUV | 87.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 76 | 0.67 | 0 | 0.34 | 0.55 | 149.61 | 0.5 | 0.3 |
| Hex | 26 | 73 | 4C | 43 | 0 | 22 | 37 | 96 | 32 | 1E |
| Octal | 46 | 163 | 114 | 103 | 0 | 42 | 67 | 226 | 62 | 36 |
| Binary | 100110 | 1110011 | 1001100 | 1000011 | 0 | 100010 | 110111 | 10010110 | 110010 | 11110 |
Color Harmonies of #26734C
Complementary color
Monochromatic Colors of #26734C
Black with #26734C
Text Example
Text Example
White with #26734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26734C; }
p { color: rgb(38,115,76); }
H1.HeaderClassName
{
color: #26734C;
}
.AnyTagClassName
{
color: #26734C;
}
</style>
background-color css
<style>
a { background-color: #26734C; }
a { background-color: rgb(38,115,76); }
div.DivClassName
{
background-color: #26734C;
}
.BgClassName
{
background-color: #26734C;
}
</style>
border-color css
<style>
span { border-color: #26734C; }
span { border-color: rgb(38,115,76); }
td.TdClassName
{
border-color: #26734C;
}
.TagClassName
{
border-color: #26734C;
}
</style>