Html Css Color HEX #2A715D Eden

📋 copy color: '#2A715D'

red 42 ◦ green 113 ◦ blue 93

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

Shades of Eden #2A715D

Tints of Eden #2A715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.5%

R = 16.94%
G = 45.56%
B = 37.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#2A715D (or 0x2A715D) is known color: Eden. HEX triplet: 2A, 71 and 5D. RGB value is (42,113,93). Sum of RGB (Red+Green+Blue) = 42+113+93=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #2A715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A715D is #D58EA2. Grayscale: #595959. Windows color (decimal): -13995683 or 6123818. OLE color: 6123818.

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

Color convert

RGB 42 113 93 -
CMYK 0.63 0 0.18 0.56
HSL 163.1º 0.46% 0.3% -
HSV(B) 163.1º 0.63% 0.44% -
XYZ 8.84 13.09 12.42 -
YUV 89.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 42 113 93 0.63 0 0.18 0.56 163.1 0.46 0.3
Hex 2A 71 5D 3F 0 12 38 A3 2E 1E
Octal 52 161 135 77 0 22 70 243 56 36
Binary 101010 1110001 1011101 111111 0 10010 111000 10100011 101110 11110

Color Harmonies of #2A715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A715D

Black with #2A715D

Text Example


Text Example

White with #2A715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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