Html Css Color HEX #2A5F49 Evening Sea

📋 copy color: '#2A5F49'

red 42 ◦ green 95 ◦ blue 73

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

Shades of Evening Sea #2A5F49

Tints of Evening Sea #2A5F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.24%

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 20%
G = 45.24%
B = 34.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#2A5F49 (or 0x2A5F49) is known color: Evening Sea. HEX triplet: 2A, 5F and 49. RGB value is (42,95,73). Sum of RGB (Red+Green+Blue) = 42+95+73=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #2A5F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5F49 is #D5A0B6. Grayscale: #4C4C4C. Windows color (decimal): -14000311 or 4808490. OLE color: 4808490.

HSL color Cylindrical-coordinate representation of color #2A5F49: hue angle of 155.09º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A5F49 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 42 95 73 -
CMYK 0.56 0 0.23 0.63
HSL 155.09º 0.39% 0.27% -
HSV(B) 155.09º 0.56% 0.37% -
XYZ 6.25 9.16 7.74 -
YUV 76.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 42 95 73 0.56 0 0.23 0.63 155.09 0.39 0.27
Hex 2A 5F 49 38 0 17 3F 9B 27 1B
Octal 52 137 111 70 0 27 77 233 47 33
Binary 101010 1011111 1001001 111000 0 10111 111111 10011011 100111 11011

Color Harmonies of #2A5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5F49

Black with #2A5F49

Text Example


Text Example

White with #2A5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,95,73); }

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

background-color css

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

 a { background-color: rgb(42,95,73); }

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

border-color css

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

 span { border-color: rgb(42,95,73); }

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