Shades of Elm #268D81
Tints of Elm #268D81
RGB
CMYK
RGB Variations
Color information
#268D81 (or 0x268D81) is known color: Elm. HEX triplet: 26, 8D and 81. RGB value is (38,141,129). Sum of RGB (Red+Green+Blue) = 38+141+129=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #268D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268D81 is #D9727E. Grayscale: #6C6C6C. Windows color (decimal): -14250623 or 8490278. OLE color: 8490278.
HSL color Cylindrical-coordinate representation of color #268D81: hue angle of 173.01º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268D81 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 141 | 129 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.45 |
| HSL | 173.01º | 0.58% | 0.35% | - |
| HSV(B) | 173.01º | 0.73% | 0.55% | - |
| XYZ | 14.29 | 21.05 | 24.08 | - |
| YUV | 108.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 129 | 0.73 | 0 | 0.09 | 0.45 | 173.01 | 0.58 | 0.35 |
| Hex | 26 | 8D | 81 | 49 | 0 | 9 | 2D | AD | 3A | 23 |
| Octal | 46 | 215 | 201 | 111 | 0 | 11 | 55 | 255 | 72 | 43 |
| Binary | 100110 | 10001101 | 10000001 | 1001001 | 0 | 1001 | 101101 | 10101101 | 111010 | 100011 |
Color Harmonies of #268D81
Complementary color
Monochromatic Colors of #268D81
Black with #268D81
Text Example
Text Example
White with #268D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268D81; }
p { color: rgb(38,141,129); }
H1.HeaderClassName
{
color: #268D81;
}
.AnyTagClassName
{
color: #268D81;
}
</style>
background-color css
<style>
a { background-color: #268D81; }
a { background-color: rgb(38,141,129); }
div.DivClassName
{
background-color: #268D81;
}
.BgClassName
{
background-color: #268D81;
}
</style>
border-color css
<style>
span { border-color: #268D81; }
span { border-color: rgb(38,141,129); }
td.TdClassName
{
border-color: #268D81;
}
.TagClassName
{
border-color: #268D81;
}
</style>