Shades of Elm #258275
Tints of Elm #258275
RGB
CMYK
RGB Variations
Color information
#258275 (or 0x258275) is known color: Elm. HEX triplet: 25, 82 and 75. RGB value is (37,130,117). Sum of RGB (Red+Green+Blue) = 37+130+117=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #258275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258275 is #DA7D8A. Grayscale: #646464. Windows color (decimal): -14318987 or 7701029. OLE color: 7701029.
HSL color Cylindrical-coordinate representation of color #258275: hue angle of 171.61º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258275 is Cyan = 0.72, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 117 | - |
| CMYK | 0.72 | 0 | 0.1 | 0.49 |
| HSL | 171.61º | 0.56% | 0.33% | - |
| HSV(B) | 171.61º | 0.72% | 0.51% | - |
| XYZ | 11.96 | 17.64 | 19.6 | - |
| YUV | 100.71 | 137.19 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 117 | 0.72 | 0 | 0.1 | 0.49 | 171.61 | 0.56 | 0.33 |
| Hex | 25 | 82 | 75 | 48 | 0 | A | 31 | AC | 38 | 21 |
| Octal | 45 | 202 | 165 | 110 | 0 | 12 | 61 | 254 | 70 | 41 |
| Binary | 100101 | 10000010 | 1110101 | 1001000 | 0 | 1010 | 110001 | 10101100 | 111000 | 100001 |
Color Harmonies of #258275
Complementary color
Monochromatic Colors of #258275
Black with #258275
Text Example
Text Example
White with #258275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258275; }
p { color: rgb(37,130,117); }
H1.HeaderClassName
{
color: #258275;
}
.AnyTagClassName
{
color: #258275;
}
</style>
background-color css
<style>
a { background-color: #258275; }
a { background-color: rgb(37,130,117); }
div.DivClassName
{
background-color: #258275;
}
.BgClassName
{
background-color: #258275;
}
</style>
border-color css
<style>
span { border-color: #258275; }
span { border-color: rgb(37,130,117); }
td.TdClassName
{
border-color: #258275;
}
.TagClassName
{
border-color: #258275;
}
</style>