#2A6253

Color #2A6253 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #2A6253

Tints of Eden #2A6253

Color information

#2A6253 (or 0x2A6253) is unknown color: approx 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

RGB429883-
CMYK0.5700.150.62
HSL163.93º40%27.45%-
HSV(B)163.93º57.14%38.43%-
XYZ6.889.859.72-
YUV79.55129.95101.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 18.83%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=18.83%
G=43.95%
B=37.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4298830.5700.150.62163.934027.45
Hex2A6253390F3Ea4281b
Octal5214212371017762445033
Binary10101011000101010011111001011111111101010010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>