Shades of Elm #268881
Tints of Elm #268881
RGB
CMYK
RGB Variations
Color information
#268881 (or 0x268881) is known color: Elm. HEX triplet: 26, 88 and 81. RGB value is (38,136,129). Sum of RGB (Red+Green+Blue) = 38+136+129=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #268881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268881 is #D9777E. Grayscale: #696969. Windows color (decimal): -14251903 or 8488998. OLE color: 8488998.
HSL color Cylindrical-coordinate representation of color #268881: hue angle of 175.71º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268881 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 136 | 129 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.47 |
| HSL | 175.71º | 0.56% | 0.34% | - |
| HSV(B) | 175.71º | 0.72% | 0.53% | - |
| XYZ | 13.57 | 19.61 | 23.84 | - |
| YUV | 105.9 | 141.03 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 129 | 0.72 | 0 | 0.05 | 0.47 | 175.71 | 0.56 | 0.34 |
| Hex | 26 | 88 | 81 | 48 | 0 | 5 | 2F | B0 | 38 | 22 |
| Octal | 46 | 210 | 201 | 110 | 0 | 5 | 57 | 260 | 70 | 42 |
| Binary | 100110 | 10001000 | 10000001 | 1001000 | 0 | 101 | 101111 | 10110000 | 111000 | 100010 |
Color Harmonies of #268881
Complementary color
Monochromatic Colors of #268881
Black with #268881
Text Example
Text Example
White with #268881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268881; }
p { color: rgb(38,136,129); }
H1.HeaderClassName
{
color: #268881;
}
.AnyTagClassName
{
color: #268881;
}
</style>
background-color css
<style>
a { background-color: #268881; }
a { background-color: rgb(38,136,129); }
div.DivClassName
{
background-color: #268881;
}
.BgClassName
{
background-color: #268881;
}
</style>
border-color css
<style>
span { border-color: #268881; }
span { border-color: rgb(38,136,129); }
td.TdClassName
{
border-color: #268881;
}
.TagClassName
{
border-color: #268881;
}
</style>