Html Css Color HEX #2A715B Eden

📋 copy color: '#2A715B'

red 42 ◦ green 113 ◦ blue 91

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

Shades of Eden #2A715B

Tints of Eden #2A715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.93%

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

R = 17.07%
G = 45.93%
B = 36.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#2A715B (or 0x2A715B) is known color: Eden. HEX triplet: 2A, 71 and 5B. RGB value is (42,113,91). Sum of RGB (Red+Green+Blue) = 42+113+91=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #2A715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A715B is #D58EA4. Grayscale: #595959. Windows color (decimal): -13995685 or 5992746. OLE color: 5992746.

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

Color convert

RGB 42 113 91 -
CMYK 0.63 0 0.19 0.56
HSL 161.41º 0.46% 0.3% -
HSV(B) 161.41º 0.63% 0.44% -
XYZ 8.75 13.06 11.96 -
YUV 89.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 42 113 91 0.63 0 0.19 0.56 161.41 0.46 0.3
Hex 2A 71 5B 3F 0 13 38 A1 2E 1E
Octal 52 161 133 77 0 23 70 241 56 36
Binary 101010 1110001 1011011 111111 0 10011 111000 10100001 101110 11110

Color Harmonies of #2A715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A715B

Black with #2A715B

Text Example


Text Example

White with #2A715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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