#2A635C

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

Shades of Eden #2A635C

Tints of Eden #2A635C

Color information

#2A635C (or 0x2A635C) is unknown color: approx Eden. HEX triplet: 2A, 63 and 5C. RGB value is (42,99,92). Sum of RGB (Red+Green+Blue) = 42+99+92=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #2A635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A635C is #D59CA3. Grayscale: #515151. Windows color (decimal): -13999268 or 6054698. OLE color: 6054698.

HSL color Cylindrical-coordinate representation of color #2A635C: hue angle of 172.63º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A635C is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB429992-
CMYK0.5800.070.61
HSL172.63º40.43%27.65%-
HSV(B)172.63º57.58%38.82%-
XYZ7.3510.1911.7-
YUV81.16134.12100.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=18.03%
G=42.49%
B=39.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4299920.5800.070.61172.6340.4327.65
Hex2A635C3A073Dad281c
Octal521431347207752555034
Binary1010101100011101110011101001111111011010110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,99,92); }

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

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

 a { background-color: rgb(42,99,92); }

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

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

 span { border-color: rgb(42,99,92); }

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