Html Css Color HEX #2A705B Eden

📋 copy color: '#2A705B'

red 42 ◦ green 112 ◦ blue 91

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

Shades of Eden #2A705B

Tints of Eden #2A705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 17.14%
G = 45.71%
B = 37.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#2A705B (or 0x2A705B) is known color: Eden. HEX triplet: 2A, 70 and 5B. RGB value is (42,112,91). Sum of RGB (Red+Green+Blue) = 42+112+91=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #2A705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A705B is #D58FA4. Grayscale: #585858. Windows color (decimal): -13995941 or 5992490. OLE color: 5992490.

HSL color Cylindrical-coordinate representation of color #2A705B: hue angle of 162º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A705B is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 112 91 -
CMYK 0.62 0 0.19 0.56
HSL 162º 0.45% 0.3% -
HSV(B) 162º 0.63% 0.44% -
XYZ 8.64 12.84 11.92 -
YUV 88.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 42 112 91 0.62 0 0.19 0.56 162 0.45 0.3
Hex 2A 70 5B 3E 0 13 38 A2 2D 1E
Octal 52 160 133 76 0 23 70 242 55 36
Binary 101010 1110000 1011011 111110 0 10011 111000 10100010 101101 11110

Color Harmonies of #2A705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A705B

Black with #2A705B

Text Example


Text Example

White with #2A705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,112,91); }

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

background-color css

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

 a { background-color: rgb(42,112,91); }

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

border-color css

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

 span { border-color: rgb(42,112,91); }

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