Html Css Color HEX #2A755A Eden

📋 copy color: '#2A755A'

red 42 ◦ green 117 ◦ blue 90

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

Shades of Eden #2A755A

Tints of Eden #2A755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.99%

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

R = 16.87%
G = 46.99%
B = 36.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#2A755A (or 0x2A755A) is known color: Eden. HEX triplet: 2A, 75 and 5A. RGB value is (42,117,90). Sum of RGB (Red+Green+Blue) = 42+117+90=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #2A755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A755A is #D58AA5. Grayscale: #5B5B5B. Windows color (decimal): -13994662 or 5928234. OLE color: 5928234.

HSL color Cylindrical-coordinate representation of color #2A755A: hue angle of 158.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A755A is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 117 90 -
CMYK 0.64 0 0.23 0.54
HSL 158.4º 0.47% 0.31% -
HSV(B) 158.4º 0.64% 0.46% -
XYZ 9.16 13.95 11.88 -
YUV 91.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 42 117 90 0.64 0 0.23 0.54 158.4 0.47 0.31
Hex 2A 75 5A 40 0 17 36 9E 2F 1F
Octal 52 165 132 100 0 27 66 236 57 37
Binary 101010 1110101 1011010 1000000 0 10111 110110 10011110 101111 11111

Color Harmonies of #2A755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A755A

Black with #2A755A

Text Example


Text Example

White with #2A755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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