Shades of Elm #238378
Tints of Elm #238378
RGB
CMYK
RGB Variations
Color information
#238378 (or 0x238378) is known color: Elm. HEX triplet: 23, 83 and 78. RGB value is (35,131,120). Sum of RGB (Red+Green+Blue) = 35+131+120=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #238378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238378 is #DC7C87. Grayscale: #646464. Windows color (decimal): -14449800 or 7897891. OLE color: 7897891.
HSL color Cylindrical-coordinate representation of color #238378: hue angle of 173.12º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238378 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 131 | 120 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.49 |
| HSL | 173.13º | 0.58% | 0.33% | - |
| HSV(B) | 173.13º | 0.73% | 0.51% | - |
| XYZ | 12.2 | 17.95 | 20.59 | - |
| YUV | 101.04 | 138.7 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 120 | 0.73 | 0 | 0.08 | 0.49 | 173.13 | 0.58 | 0.33 |
| Hex | 23 | 83 | 78 | 49 | 0 | 8 | 31 | AD | 3A | 21 |
| Octal | 43 | 203 | 170 | 111 | 0 | 10 | 61 | 255 | 72 | 41 |
| Binary | 100011 | 10000011 | 1111000 | 1001001 | 0 | 1000 | 110001 | 10101101 | 111010 | 100001 |
Color Harmonies of #238378
Complementary color
Monochromatic Colors of #238378
Black with #238378
Text Example
Text Example
White with #238378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238378; }
p { color: rgb(35,131,120); }
H1.HeaderClassName
{
color: #238378;
}
.AnyTagClassName
{
color: #238378;
}
</style>
background-color css
<style>
a { background-color: #238378; }
a { background-color: rgb(35,131,120); }
div.DivClassName
{
background-color: #238378;
}
.BgClassName
{
background-color: #238378;
}
</style>
border-color css
<style>
span { border-color: #238378; }
span { border-color: rgb(35,131,120); }
td.TdClassName
{
border-color: #238378;
}
.TagClassName
{
border-color: #238378;
}
</style>