Html Css Color HEX #2A674E Evening Sea

📋 copy color: '#2A674E'

red 42 ◦ green 103 ◦ blue 78

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

Shades of Evening Sea #2A674E

Tints of Evening Sea #2A674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.19%

 BLUE value IS 78 (30.86% from 255) = 34.98%

R = 18.83%
G = 46.19%
B = 34.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#2A674E (or 0x2A674E) is known color: Evening Sea. HEX triplet: 2A, 67 and 4E. RGB value is (42,103,78). Sum of RGB (Red+Green+Blue) = 42+103+78=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 103 - color contains mainly: green. Hex color #2A674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A674E is #D598B1. Grayscale: #515151. Windows color (decimal): -13998258 or 5138218. OLE color: 5138218.

HSL color Cylindrical-coordinate representation of color #2A674E: hue angle of 155.41º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A674E is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 42 103 78 -
CMYK 0.59 0 0.24 0.60
HSL 155.41º 0.42% 0.28% -
HSV(B) 155.41º 0.59% 0.4% -
XYZ 7.18 10.74 8.9 -
YUV 81.91 125.79 99.53 -
System Red Green Blue C M Y K H S L
Decimal 42 103 78 0.59 0 0.24 0.60 155.41 0.42 0.28
Hex 2A 67 4E 3B 0 18 3C 9B 2A 1C
Octal 52 147 116 73 0 30 74 233 52 34
Binary 101010 1100111 1001110 111011 0 11000 111100 10011011 101010 11100

Color Harmonies of #2A674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A674E

Black with #2A674E

Text Example


Text Example

White with #2A674E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,103,78); }

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

background-color css

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

 a { background-color: rgb(42,103,78); }

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

border-color css

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

 span { border-color: rgb(42,103,78); }

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