Html Css Color HEX #2A5952 Eden

📋 copy color: '#2A5952'

red 42 ◦ green 89 ◦ blue 82

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

Shades of Eden #2A5952

Tints of Eden #2A5952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.5%

R = 19.72%
G = 41.78%
B = 38.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#2A5952 (or 0x2A5952) is known color: Eden. HEX triplet: 2A, 59 and 52. RGB value is (42,89,82). Sum of RGB (Red+Green+Blue) = 42+89+82=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5952 is #D5A6AD. Grayscale: #4A4A4A. Windows color (decimal): -14001838 or 5396778. OLE color: 5396778.

HSL color Cylindrical-coordinate representation of color #2A5952: hue angle of 171.06º 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 #2A5952 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 42 89 82 -
CMYK 0.53 0 0.08 0.65
HSL 171.06º 0.36% 0.26% -
HSV(B) 171.06º 0.53% 0.35% -
XYZ 6.05 8.25 9.26 -
YUV 74.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 42 89 82 0.53 0 0.08 0.65 171.06 0.36 0.26
Hex 2A 59 52 35 0 8 41 AB 24 1A
Octal 52 131 122 65 0 10 101 253 44 32
Binary 101010 1011001 1010010 110101 0 1000 1000001 10101011 100100 11010

Color Harmonies of #2A5952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5952

Black with #2A5952

Text Example


Text Example

White with #2A5952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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