Html Css Color HEX #2A5F4A Evening Sea

📋 copy color: '#2A5F4A'

red 42 ◦ green 95 ◦ blue 74

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

Shades of Evening Sea #2A5F4A

Tints of Evening Sea #2A5F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 19.91%
G = 45.02%
B = 35.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#2A5F4A (or 0x2A5F4A) is known color: Evening Sea. HEX triplet: 2A, 5F and 4A. RGB value is (42,95,74). Sum of RGB (Red+Green+Blue) = 42+95+74=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #2A5F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5F4A is #D5A0B5. Grayscale: #4C4C4C. Windows color (decimal): -14000310 or 4874026. OLE color: 4874026.

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

Color convert

RGB 42 95 74 -
CMYK 0.56 0 0.22 0.63
HSL 156.23º 0.39% 0.27% -
HSV(B) 156.23º 0.56% 0.37% -
XYZ 6.28 9.17 7.92 -
YUV 76.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 42 95 74 0.56 0 0.22 0.63 156.23 0.39 0.27
Hex 2A 5F 4A 38 0 16 3F 9C 27 1B
Octal 52 137 112 70 0 26 77 234 47 33
Binary 101010 1011111 1001010 111000 0 10110 111111 10011100 100111 11011

Color Harmonies of #2A5F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5F4A

Black with #2A5F4A

Text Example


Text Example

White with #2A5F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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