Shades of Elm #238676
Tints of Elm #238676
RGB
CMYK
RGB Variations
Color information
#238676 (or 0x238676) is known color: Elm. HEX triplet: 23, 86 and 76. RGB value is (35,134,118). Sum of RGB (Red+Green+Blue) = 35+134+118=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #238676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238676 is #DC7989. Grayscale: #666666. Windows color (decimal): -14449034 or 7767587. OLE color: 7767587.
HSL color Cylindrical-coordinate representation of color #238676: hue angle of 170.3º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238676 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 134 | 118 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.47 |
| HSL | 170.3º | 0.59% | 0.33% | - |
| HSV(B) | 170.3º | 0.74% | 0.53% | - |
| XYZ | 12.49 | 18.72 | 20.09 | - |
| YUV | 102.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 118 | 0.74 | 0 | 0.12 | 0.47 | 170.3 | 0.59 | 0.33 |
| Hex | 23 | 86 | 76 | 4A | 0 | C | 2F | AA | 3B | 21 |
| Octal | 43 | 206 | 166 | 112 | 0 | 14 | 57 | 252 | 73 | 41 |
| Binary | 100011 | 10000110 | 1110110 | 1001010 | 0 | 1100 | 101111 | 10101010 | 111011 | 100001 |
Color Harmonies of #238676
Complementary color
Monochromatic Colors of #238676
Black with #238676
Text Example
Text Example
White with #238676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238676; }
p { color: rgb(35,134,118); }
H1.HeaderClassName
{
color: #238676;
}
.AnyTagClassName
{
color: #238676;
}
</style>
background-color css
<style>
a { background-color: #238676; }
a { background-color: rgb(35,134,118); }
div.DivClassName
{
background-color: #238676;
}
.BgClassName
{
background-color: #238676;
}
</style>
border-color css
<style>
span { border-color: #238676; }
span { border-color: rgb(35,134,118); }
td.TdClassName
{
border-color: #238676;
}
.TagClassName
{
border-color: #238676;
}
</style>