Html Css Color HEX #2A614A Evening Sea

📋 copy color: '#2A614A'

red 42 ◦ green 97 ◦ blue 74

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

Shades of Evening Sea #2A614A

Tints of Evening Sea #2A614A

RGB

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

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

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

R = 19.72%
G = 45.54%
B = 34.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#2A614A (or 0x2A614A) is known color: Evening Sea. HEX triplet: 2A, 61 and 4A. RGB value is (42,97,74). Sum of RGB (Red+Green+Blue) = 42+97+74=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #2A614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A614A is #D59EB5. Grayscale: #4D4D4D. Windows color (decimal): -13999798 or 4874538. OLE color: 4874538.

HSL color Cylindrical-coordinate representation of color #2A614A: hue angle of 154.91º 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 #2A614A is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 97 74 -
CMYK 0.57 0 0.24 0.62
HSL 154.91º 0.4% 0.27% -
HSV(B) 154.91º 0.57% 0.38% -
XYZ 6.47 9.54 7.98 -
YUV 77.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 42 97 74 0.57 0 0.24 0.62 154.91 0.4 0.27
Hex 2A 61 4A 39 0 18 3E 9B 28 1B
Octal 52 141 112 71 0 30 76 233 50 33
Binary 101010 1100001 1001010 111001 0 11000 111110 10011011 101000 11011

Color Harmonies of #2A614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A614A

Black with #2A614A

Text Example


Text Example

White with #2A614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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