Html Css Color HEX #2A615D Eden

📋 copy color: '#2A615D'

red 42 ◦ green 97 ◦ blue 93

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

Shades of Eden #2A615D

Tints of Eden #2A615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.81%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 18.1%
G = 41.81%
B = 40.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#2A615D (or 0x2A615D) is known color: Eden. HEX triplet: 2A, 61 and 5D. RGB value is (42,97,93). Sum of RGB (Red+Green+Blue) = 42+97+93=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #2A615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A615D is #D59EA2. Grayscale: #505050. Windows color (decimal): -13999779 or 6119722. OLE color: 6119722.

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

Color convert

RGB 42 97 93 -
CMYK 0.57 0 0.04 0.62
HSL 175.64º 0.4% 0.27% -
HSV(B) 175.64º 0.57% 0.38% -
XYZ 7.21 9.83 11.87 -
YUV 80.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 42 97 93 0.57 0 0.04 0.62 175.64 0.4 0.27
Hex 2A 61 5D 39 0 4 3E B0 28 1B
Octal 52 141 135 71 0 4 76 260 50 33
Binary 101010 1100001 1011101 111001 0 100 111110 10110000 101000 11011

Color Harmonies of #2A615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A615D

Black with #2A615D

Text Example


Text Example

White with #2A615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,97,93); }

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

background-color css

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

 a { background-color: rgb(42,97,93); }

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

border-color css

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

 span { border-color: rgb(42,97,93); }

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