Shades of Eden #2A6253
Tints of Eden #2A6253
RGB
CMYK
RGB Variations
Color information
#2A6253 (or 0x2A6253) is known color: Eden. HEX triplet: 2A, 62 and 53. RGB value is (42,98,83). Sum of RGB (Red+Green+Blue) = 42+98+83=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6253 is #D59DAC. Grayscale: #4F4F4F. Windows color (decimal): -13999533 or 5464618. OLE color: 5464618.
HSL color Cylindrical-coordinate representation of color #2A6253: hue angle of 163.93º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A6253 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 83 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.62 |
| HSL | 163.93º | 0.4% | 0.27% | - |
| HSV(B) | 163.93º | 0.57% | 0.38% | - |
| XYZ | 6.88 | 9.85 | 9.72 | - |
| YUV | 79.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 83 | 0.57 | 0 | 0.15 | 0.62 | 163.93 | 0.4 | 0.27 |
| Hex | 2A | 62 | 53 | 39 | 0 | F | 3E | A4 | 28 | 1B |
| Octal | 52 | 142 | 123 | 71 | 0 | 17 | 76 | 244 | 50 | 33 |
| Binary | 101010 | 1100010 | 1010011 | 111001 | 0 | 1111 | 111110 | 10100100 | 101000 | 11011 |
Color Harmonies of #2A6253
Complementary color
Monochromatic Colors of #2A6253
Black with #2A6253
Text Example
Text Example
White with #2A6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6253; }
p { color: rgb(42,98,83); }
H1.HeaderClassName
{
color: #2A6253;
}
.AnyTagClassName
{
color: #2A6253;
}
</style>
background-color css
<style>
a { background-color: #2A6253; }
a { background-color: rgb(42,98,83); }
div.DivClassName
{
background-color: #2A6253;
}
.BgClassName
{
background-color: #2A6253;
}
</style>
border-color css
<style>
span { border-color: #2A6253; }
span { border-color: rgb(42,98,83); }
td.TdClassName
{
border-color: #2A6253;
}
.TagClassName
{
border-color: #2A6253;
}
</style>