Shades of Dark Spring Green #26744C
Tints of Dark Spring Green #26744C
RGB
CMYK
RGB Variations
Color information
#26744C (or 0x26744C) is known color: Dark Spring Green. HEX triplet: 26, 74 and 4C. RGB value is (38,116,76). Sum of RGB (Red+Green+Blue) = 38+116+76=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #26744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26744C is #D98BB3. Grayscale: #585858. Windows color (decimal): -14257076 or 5010470. OLE color: 5010470.
HSL color Cylindrical-coordinate representation of color #26744C: hue angle of 149.23º degrees, saturation: 0.51, 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 #26744C is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 116 | 76 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.55 |
| HSL | 149.23º | 0.51% | 0.3% | - |
| HSV(B) | 149.23º | 0.67% | 0.45% | - |
| XYZ | 8.35 | 13.42 | 8.99 | - |
| YUV | 88.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 76 | 0.67 | 0 | 0.34 | 0.55 | 149.23 | 0.51 | 0.3 |
| Hex | 26 | 74 | 4C | 43 | 0 | 22 | 37 | 95 | 33 | 1E |
| Octal | 46 | 164 | 114 | 103 | 0 | 42 | 67 | 225 | 63 | 36 |
| Binary | 100110 | 1110100 | 1001100 | 1000011 | 0 | 100010 | 110111 | 10010101 | 110011 | 11110 |
Color Harmonies of #26744C
Complementary color
Monochromatic Colors of #26744C
Black with #26744C
Text Example
Text Example
White with #26744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26744C; }
p { color: rgb(38,116,76); }
H1.HeaderClassName
{
color: #26744C;
}
.AnyTagClassName
{
color: #26744C;
}
</style>
background-color css
<style>
a { background-color: #26744C; }
a { background-color: rgb(38,116,76); }
div.DivClassName
{
background-color: #26744C;
}
.BgClassName
{
background-color: #26744C;
}
</style>
border-color css
<style>
span { border-color: #26744C; }
span { border-color: rgb(38,116,76); }
td.TdClassName
{
border-color: #26744C;
}
.TagClassName
{
border-color: #26744C;
}
</style>