Html Css Color HEX #2A7057 Eden

📋 copy color: '#2A7057'

red 42 ◦ green 112 ◦ blue 87

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

Shades of Eden #2A7057

Tints of Eden #2A7057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.1%

R = 17.43%
G = 46.47%
B = 36.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#2A7057 (or 0x2A7057) is known color: Eden. HEX triplet: 2A, 70 and 57. RGB value is (42,112,87). Sum of RGB (Red+Green+Blue) = 42+112+87=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7057 is #D58FA8. Grayscale: #585858. Windows color (decimal): -13995945 or 5730346. OLE color: 5730346.

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

Color convert

RGB 42 112 87 -
CMYK 0.62 0 0.22 0.56
HSL 158.57º 0.45% 0.3% -
HSV(B) 158.57º 0.63% 0.44% -
XYZ 8.47 12.77 11.04 -
YUV 88.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 42 112 87 0.62 0 0.22 0.56 158.57 0.45 0.3
Hex 2A 70 57 3E 0 16 38 9F 2D 1E
Octal 52 160 127 76 0 26 70 237 55 36
Binary 101010 1110000 1010111 111110 0 10110 111000 10011111 101101 11110

Color Harmonies of #2A7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7057

Black with #2A7057

Text Example


Text Example

White with #2A7057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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