Shades of Dark Spring Green #267249
Tints of Dark Spring Green #267249
RGB
CMYK
RGB Variations
Color information
#267249 (or 0x267249) is known color: Dark Spring Green. HEX triplet: 26, 72 and 49. RGB value is (38,114,73). Sum of RGB (Red+Green+Blue) = 38+114+73=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #267249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267249 is #D98DB6. Grayscale: #565656. Windows color (decimal): -14257591 or 4813350. OLE color: 4813350.
HSL color Cylindrical-coordinate representation of color #267249: hue angle of 147.63º 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 #267249 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 114 | 73 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.55 |
| HSL | 147.63º | 0.5% | 0.3% | - |
| HSV(B) | 147.63º | 0.67% | 0.45% | - |
| XYZ | 8.02 | 12.93 | 8.38 | - |
| YUV | 86.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 73 | 0.67 | 0 | 0.36 | 0.55 | 147.63 | 0.5 | 0.3 |
| Hex | 26 | 72 | 49 | 43 | 0 | 24 | 37 | 94 | 32 | 1E |
| Octal | 46 | 162 | 111 | 103 | 0 | 44 | 67 | 224 | 62 | 36 |
| Binary | 100110 | 1110010 | 1001001 | 1000011 | 0 | 100100 | 110111 | 10010100 | 110010 | 11110 |
Color Harmonies of #267249
Complementary color
Monochromatic Colors of #267249
Black with #267249
Text Example
Text Example
White with #267249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267249; }
p { color: rgb(38,114,73); }
H1.HeaderClassName
{
color: #267249;
}
.AnyTagClassName
{
color: #267249;
}
</style>
background-color css
<style>
a { background-color: #267249; }
a { background-color: rgb(38,114,73); }
div.DivClassName
{
background-color: #267249;
}
.BgClassName
{
background-color: #267249;
}
</style>
border-color css
<style>
span { border-color: #267249; }
span { border-color: rgb(38,114,73); }
td.TdClassName
{
border-color: #267249;
}
.TagClassName
{
border-color: #267249;
}
</style>