Html Css Color HEX #2A5F50 Evening Sea

📋 copy color: '#2A5F50'

red 42 ◦ green 95 ◦ blue 80

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

Shades of Evening Sea #2A5F50

Tints of Evening Sea #2A5F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 19.35%
G = 43.78%
B = 36.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#2A5F50 (or 0x2A5F50) is known color: Evening Sea. HEX triplet: 2A, 5F and 50. RGB value is (42,95,80). Sum of RGB (Red+Green+Blue) = 42+95+80=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 95 - color contains mainly: green. Hex color #2A5F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5F50 is #D5A0AF. Grayscale: #4D4D4D. Windows color (decimal): -14000304 or 5267242. OLE color: 5267242.

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

Color convert

RGB 42 95 80 -
CMYK 0.56 0 0.16 0.63
HSL 163.02º 0.39% 0.27% -
HSV(B) 163.02º 0.56% 0.37% -
XYZ 6.5 9.26 9.03 -
YUV 77.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 42 95 80 0.56 0 0.16 0.63 163.02 0.39 0.27
Hex 2A 5F 50 38 0 10 3F A3 27 1B
Octal 52 137 120 70 0 20 77 243 47 33
Binary 101010 1011111 1010000 111000 0 10000 111111 10100011 100111 11011

Color Harmonies of #2A5F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5F50

Black with #2A5F50

Text Example


Text Example

White with #2A5F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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