Shades of Elm #248B83
Tints of Elm #248B83
RGB
CMYK
RGB Variations
Color information
#248B83 (or 0x248B83) is known color: Elm. HEX triplet: 24, 8B and 83. RGB value is (36,139,131). Sum of RGB (Red+Green+Blue) = 36+139+131=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #248B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248B83 is #DB747C. Grayscale: #6B6B6B. Windows color (decimal): -14382205 or 8620836. OLE color: 8620836.
HSL color Cylindrical-coordinate representation of color #248B83: hue angle of 175.34º 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 #248B83 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 131 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.45 |
| HSL | 175.34º | 0.59% | 0.34% | - |
| HSV(B) | 175.34º | 0.74% | 0.55% | - |
| XYZ | 14.06 | 20.48 | 24.68 | - |
| YUV | 107.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 131 | 0.74 | 0 | 0.06 | 0.45 | 175.34 | 0.59 | 0.34 |
| Hex | 24 | 8B | 83 | 4A | 0 | 6 | 2D | AF | 3B | 22 |
| Octal | 44 | 213 | 203 | 112 | 0 | 6 | 55 | 257 | 73 | 42 |
| Binary | 100100 | 10001011 | 10000011 | 1001010 | 0 | 110 | 101101 | 10101111 | 111011 | 100010 |
Color Harmonies of #248B83
Complementary color
Monochromatic Colors of #248B83
Black with #248B83
Text Example
Text Example
White with #248B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B83; }
p { color: rgb(36,139,131); }
H1.HeaderClassName
{
color: #248B83;
}
.AnyTagClassName
{
color: #248B83;
}
</style>
background-color css
<style>
a { background-color: #248B83; }
a { background-color: rgb(36,139,131); }
div.DivClassName
{
background-color: #248B83;
}
.BgClassName
{
background-color: #248B83;
}
</style>
border-color css
<style>
span { border-color: #248B83; }
span { border-color: rgb(36,139,131); }
td.TdClassName
{
border-color: #248B83;
}
.TagClassName
{
border-color: #248B83;
}
</style>