Html Css Color HEX #2A614F Evening Sea

📋 copy color: '#2A614F'

red 42 ◦ green 97 ◦ blue 79

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

Shades of Evening Sea #2A614F

Tints of Evening Sea #2A614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 19.27%
G = 44.5%
B = 36.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#2A614F (or 0x2A614F) is known color: Evening Sea. HEX triplet: 2A, 61 and 4F. RGB value is (42,97,79). Sum of RGB (Red+Green+Blue) = 42+97+79=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #2A614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A614F is #D59EB0. Grayscale: #4E4E4E. Windows color (decimal): -13999793 or 5202218. OLE color: 5202218.

HSL color Cylindrical-coordinate representation of color #2A614F: hue angle of 160.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A614F is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 97 79 -
CMYK 0.57 0 0.19 0.62
HSL 160.36º 0.4% 0.27% -
HSV(B) 160.36º 0.57% 0.38% -
XYZ 6.64 9.61 8.9 -
YUV 78.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 42 97 79 0.57 0 0.19 0.62 160.36 0.4 0.27
Hex 2A 61 4F 39 0 13 3E A0 28 1B
Octal 52 141 117 71 0 23 76 240 50 33
Binary 101010 1100001 1001111 111001 0 10011 111110 10100000 101000 11011

Color Harmonies of #2A614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A614F

Black with #2A614F

Text Example


Text Example

White with #2A614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,97,79); }

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

background-color css

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

 a { background-color: rgb(42,97,79); }

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

border-color css

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

 span { border-color: rgb(42,97,79); }

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