Html Css Color HEX #2A5953 Eden

📋 copy color: '#2A5953'

red 42 ◦ green 89 ◦ blue 83

#2A5953
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #2A5953

Tints of Eden #2A5953

RGB

 RED value IS 42 (16.8% from 255) = 19.63%

 GREEN value IS 89 (35.16% from 255) = 41.59%

 BLUE value IS 83 (32.81% from 255) = 38.79%

R = 19.63%
G = 41.59%
B = 38.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#2A5953 (or 0x2A5953) is known color: Eden. HEX triplet: 2A, 59 and 53. RGB value is (42,89,83). Sum of RGB (Red+Green+Blue) = 42+89+83=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5953 is #D5A6AC. Grayscale: #4A4A4A. Windows color (decimal): -14001837 or 5462314. OLE color: 5462314.

HSL color Cylindrical-coordinate representation of color #2A5953: hue angle of 172.34º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A5953 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 42 89 83 -
CMYK 0.53 0 0.07 0.65
HSL 172.34º 0.36% 0.26% -
HSV(B) 172.34º 0.53% 0.35% -
XYZ 6.09 8.26 9.46 -
YUV 74.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 42 89 83 0.53 0 0.07 0.65 172.34 0.36 0.26
Hex 2A 59 53 35 0 7 41 AC 24 1A
Octal 52 131 123 65 0 7 101 254 44 32
Binary 101010 1011001 1010011 110101 0 111 1000001 10101100 100100 11010

Color Harmonies of #2A5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5953

Black with #2A5953

Text Example


Text Example

White with #2A5953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,89,83); }

 H1.HeaderClassName
 {
   color: #2A5953;
 }
 .AnyTagClassName
 {
   color: #2A5953;
 }
</style>

background-color css

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

 a { background-color: rgb(42,89,83); }

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

border-color css

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

 span { border-color: rgb(42,89,83); }

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