Html Css Color HEX #2A655A Eden

📋 copy color: '#2A655A'

red 42 ◦ green 101 ◦ blue 90

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

Shades of Eden #2A655A

Tints of Eden #2A655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.35%

 BLUE value IS 90 (35.55% from 255) = 38.63%

R = 18.03%
G = 43.35%
B = 38.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#2A655A (or 0x2A655A) is known color: Eden. HEX triplet: 2A, 65 and 5A. RGB value is (42,101,90). Sum of RGB (Red+Green+Blue) = 42+101+90=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #2A655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A655A is #D59AA5. Grayscale: #525252. Windows color (decimal): -13998758 or 5924138. OLE color: 5924138.

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

Color convert

RGB 42 101 90 -
CMYK 0.58 0 0.11 0.60
HSL 168.81º 0.41% 0.28% -
HSV(B) 168.81º 0.58% 0.4% -
XYZ 7.45 10.54 11.31 -
YUV 82.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 42 101 90 0.58 0 0.11 0.60 168.81 0.41 0.28
Hex 2A 65 5A 3A 0 B 3C A9 29 1C
Octal 52 145 132 72 0 13 74 251 51 34
Binary 101010 1100101 1011010 111010 0 1011 111100 10101001 101001 11100

Color Harmonies of #2A655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A655A

Black with #2A655A

Text Example


Text Example

White with #2A655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,101,90); }

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

background-color css

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

 a { background-color: rgb(42,101,90); }

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

border-color css

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

 span { border-color: rgb(42,101,90); }

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