Shades of Elm #24827F
Tints of Elm #24827F
RGB
CMYK
RGB Variations
Color information
#24827F (or 0x24827F) is known color: Elm. HEX triplet: 24, 82 and 7F. RGB value is (36,130,127). Sum of RGB (Red+Green+Blue) = 36+130+127=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #24827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24827F is #DB7D80. Grayscale: #656565. Windows color (decimal): -14384513 or 8356388. OLE color: 8356388.
HSL color Cylindrical-coordinate representation of color #24827F: hue angle of 178.09º degrees, saturation: 0.57, 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 #24827F is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 127 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.49 |
| HSL | 178.09º | 0.57% | 0.33% | - |
| HSV(B) | 178.09º | 0.72% | 0.51% | - |
| XYZ | 12.54 | 17.87 | 22.87 | - |
| YUV | 101.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 127 | 0.72 | 0 | 0.02 | 0.49 | 178.09 | 0.57 | 0.33 |
| Hex | 24 | 82 | 7F | 48 | 0 | 2 | 31 | B2 | 39 | 21 |
| Octal | 44 | 202 | 177 | 110 | 0 | 2 | 61 | 262 | 71 | 41 |
| Binary | 100100 | 10000010 | 1111111 | 1001000 | 0 | 10 | 110001 | 10110010 | 111001 | 100001 |
Color Harmonies of #24827F
Complementary color
Monochromatic Colors of #24827F
Black with #24827F
Text Example
Text Example
White with #24827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24827F; }
p { color: rgb(36,130,127); }
H1.HeaderClassName
{
color: #24827F;
}
.AnyTagClassName
{
color: #24827F;
}
</style>
background-color css
<style>
a { background-color: #24827F; }
a { background-color: rgb(36,130,127); }
div.DivClassName
{
background-color: #24827F;
}
.BgClassName
{
background-color: #24827F;
}
</style>
border-color css
<style>
span { border-color: #24827F; }
span { border-color: rgb(36,130,127); }
td.TdClassName
{
border-color: #24827F;
}
.TagClassName
{
border-color: #24827F;
}
</style>