Shades of Elm #27827E
Tints of Elm #27827E
RGB
CMYK
RGB Variations
Color information
#27827E (or 0x27827E) is known color: Elm. HEX triplet: 27, 82 and 7E. RGB value is (39,130,126). Sum of RGB (Red+Green+Blue) = 39+130+126=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #27827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27827E is #D87D81. Grayscale: #666666. Windows color (decimal): -14187906 or 8290855. OLE color: 8290855.
HSL color Cylindrical-coordinate representation of color #27827E: hue angle of 177.36º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27827E is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 130 | 126 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.49 |
| HSL | 177.36º | 0.54% | 0.33% | - |
| HSV(B) | 177.36º | 0.7% | 0.51% | - |
| XYZ | 12.59 | 17.9 | 22.53 | - |
| YUV | 102.34 | 141.35 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 130 | 126 | 0.70 | 0 | 0.03 | 0.49 | 177.36 | 0.54 | 0.33 |
| Hex | 27 | 82 | 7E | 46 | 0 | 3 | 31 | B1 | 36 | 21 |
| Octal | 47 | 202 | 176 | 106 | 0 | 3 | 61 | 261 | 66 | 41 |
| Binary | 100111 | 10000010 | 1111110 | 1000110 | 0 | 11 | 110001 | 10110001 | 110110 | 100001 |
Color Harmonies of #27827E
Complementary color
Monochromatic Colors of #27827E
Black with #27827E
Text Example
Text Example
White with #27827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27827E; }
p { color: rgb(39,130,126); }
H1.HeaderClassName
{
color: #27827E;
}
.AnyTagClassName
{
color: #27827E;
}
</style>
background-color css
<style>
a { background-color: #27827E; }
a { background-color: rgb(39,130,126); }
div.DivClassName
{
background-color: #27827E;
}
.BgClassName
{
background-color: #27827E;
}
</style>
border-color css
<style>
span { border-color: #27827E; }
span { border-color: rgb(39,130,126); }
td.TdClassName
{
border-color: #27827E;
}
.TagClassName
{
border-color: #27827E;
}
</style>