#2A6258

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

Shades of Eden #2A6258

Tints of Eden #2A6258

Color information

#2A6258 (or 0x2A6258) is unknown color: approx Eden. HEX triplet: 2A, 62 and 58. RGB value is (42,98,88). Sum of RGB (Red+Green+Blue) = 42+98+88=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6258 is #D59DA7. Grayscale: #505050. Windows color (decimal): -13999528 or 5792298. OLE color: 5792298.

HSL color Cylindrical-coordinate representation of color #2A6258: hue angle of 169.29º 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 #2A6258 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB429888-
CMYK0.5700.100.62
HSL169.29º40%27.45%-
HSV(B)169.29º57.14%38.43%-
XYZ7.089.9310.78-
YUV80.12132.45100.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=18.42%
G=42.98%
B=38.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4298880.5700.100.62169.294027.45
Hex2A6258390A3Ea9281b
Octal5214213071012762515033
Binary10101011000101011000111001010101111101010100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A6258; }

 p { color: rgb(42,98,88); }

 H1.HeaderClassName
 {
   color: #2A6258;
 }
 .AnyTagClassName
 {
   color: #2A6258;
 }
</style>
background-color css

<style>
 a { background-color: #2A6258; }

 a { background-color: rgb(42,98,88); }

 div.DivClassName
 {
   background-color: #2A6258;
 }
 .BgClassName
 {
   background-color: #2A6258;
 }
</style>
border-color css

<style>
 span { border-color: #2A6258; }

 span { border-color: rgb(42,98,88); }

 td.TdClassName
 {
   border-color: #2A6258;
 }
 .TagClassName
 {
   border-color: #2A6258;
 }
</style>