Shades of Elm #248B82
Tints of Elm #248B82
RGB
CMYK
RGB Variations
Color information
#248B82 (or 0x248B82) is known color: Elm. HEX triplet: 24, 8B and 82. RGB value is (36,139,130). Sum of RGB (Red+Green+Blue) = 36+139+130=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #248B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248B82 is #DB747D. Grayscale: #6B6B6B. Windows color (decimal): -14382206 or 8555300. OLE color: 8555300.
HSL color Cylindrical-coordinate representation of color #248B82: hue angle of 174.76º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B82 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 130 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.45 |
| HSL | 174.76º | 0.59% | 0.34% | - |
| HSV(B) | 174.76º | 0.74% | 0.55% | - |
| XYZ | 13.99 | 20.45 | 24.33 | - |
| YUV | 107.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 130 | 0.74 | 0 | 0.06 | 0.45 | 174.76 | 0.59 | 0.34 |
| Hex | 24 | 8B | 82 | 4A | 0 | 6 | 2D | AF | 3B | 22 |
| Octal | 44 | 213 | 202 | 112 | 0 | 6 | 55 | 257 | 73 | 42 |
| Binary | 100100 | 10001011 | 10000010 | 1001010 | 0 | 110 | 101101 | 10101111 | 111011 | 100010 |
Color Harmonies of #248B82
Complementary color
Monochromatic Colors of #248B82
Black with #248B82
Text Example
Text Example
White with #248B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B82; }
p { color: rgb(36,139,130); }
H1.HeaderClassName
{
color: #248B82;
}
.AnyTagClassName
{
color: #248B82;
}
</style>
background-color css
<style>
a { background-color: #248B82; }
a { background-color: rgb(36,139,130); }
div.DivClassName
{
background-color: #248B82;
}
.BgClassName
{
background-color: #248B82;
}
</style>
border-color css
<style>
span { border-color: #248B82; }
span { border-color: rgb(36,139,130); }
td.TdClassName
{
border-color: #248B82;
}
.TagClassName
{
border-color: #248B82;
}
</style>