Html Css Color HEX #2A735D Eden

📋 copy color: '#2A735D'

red 42 ◦ green 115 ◦ blue 93

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

Shades of Eden #2A735D

Tints of Eden #2A735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

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

R = 16.8%
G = 46%
B = 37.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#2A735D (or 0x2A735D) is known color: Eden. HEX triplet: 2A, 73 and 5D. RGB value is (42,115,93). Sum of RGB (Red+Green+Blue) = 42+115+93=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #2A735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A735D is #D58CA2. Grayscale: #5A5A5A. Windows color (decimal): -13995171 or 6124330. OLE color: 6124330.

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

Color convert

RGB 42 115 93 -
CMYK 0.63 0 0.19 0.55
HSL 161.92º 0.46% 0.31% -
HSV(B) 161.92º 0.63% 0.45% -
XYZ 9.06 13.54 12.49 -
YUV 90.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 42 115 93 0.63 0 0.19 0.55 161.92 0.46 0.31
Hex 2A 73 5D 3F 0 13 37 A2 2E 1F
Octal 52 163 135 77 0 23 67 242 56 37
Binary 101010 1110011 1011101 111111 0 10011 110111 10100010 101110 11111

Color Harmonies of #2A735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A735D

Black with #2A735D

Text Example


Text Example

White with #2A735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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