Shades of Elm #2A8378
Tints of Elm #2A8378
RGB
CMYK
RGB Variations
Color information
#2A8378 (or 0x2A8378) is known color: Elm. HEX triplet: 2A, 83 and 78. RGB value is (42,131,120). Sum of RGB (Red+Green+Blue) = 42+131+120=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #2A8378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8378 is #D57C87. Grayscale: #676767. Windows color (decimal): -13991048 or 7897898. OLE color: 7897898.
HSL color Cylindrical-coordinate representation of color #2A8378: hue angle of 172.58º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8378 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 131 | 120 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.49 |
| HSL | 172.58º | 0.51% | 0.34% | - |
| HSV(B) | 172.58º | 0.68% | 0.51% | - |
| XYZ | 12.46 | 18.08 | 20.6 | - |
| YUV | 103.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 131 | 120 | 0.68 | 0 | 0.08 | 0.49 | 172.58 | 0.51 | 0.34 |
| Hex | 2A | 83 | 78 | 44 | 0 | 8 | 31 | AD | 33 | 22 |
| Octal | 52 | 203 | 170 | 104 | 0 | 10 | 61 | 255 | 63 | 42 |
| Binary | 101010 | 10000011 | 1111000 | 1000100 | 0 | 1000 | 110001 | 10101101 | 110011 | 100010 |
Color Harmonies of #2A8378
Complementary color
Monochromatic Colors of #2A8378
Black with #2A8378
Text Example
Text Example
White with #2A8378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8378; }
p { color: rgb(42,131,120); }
H1.HeaderClassName
{
color: #2A8378;
}
.AnyTagClassName
{
color: #2A8378;
}
</style>
background-color css
<style>
a { background-color: #2A8378; }
a { background-color: rgb(42,131,120); }
div.DivClassName
{
background-color: #2A8378;
}
.BgClassName
{
background-color: #2A8378;
}
</style>
border-color css
<style>
span { border-color: #2A8378; }
span { border-color: rgb(42,131,120); }
td.TdClassName
{
border-color: #2A8378;
}
.TagClassName
{
border-color: #2A8378;
}
</style>