Html Css Color HEX #2A6450 Evening Sea

📋 copy color: '#2A6450'

red 42 ◦ green 100 ◦ blue 80

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

Shades of Evening Sea #2A6450

Tints of Evening Sea #2A6450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.05%

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

R = 18.92%
G = 45.05%
B = 36.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#2A6450 (or 0x2A6450) is known color: Evening Sea. HEX triplet: 2A, 64 and 50. RGB value is (42,100,80). Sum of RGB (Red+Green+Blue) = 42+100+80=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #2A6450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6450 is #D59BAF. Grayscale: #505050. Windows color (decimal): -13999024 or 5268522. OLE color: 5268522.

HSL color Cylindrical-coordinate representation of color #2A6450: hue angle of 159.31º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6450 is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 42 100 80 -
CMYK 0.58 0 0.2 0.61
HSL 159.31º 0.41% 0.28% -
HSV(B) 159.31º 0.58% 0.39% -
XYZ 6.96 10.19 9.19 -
YUV 80.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 42 100 80 0.58 0 0.2 0.61 159.31 0.41 0.28
Hex 2A 64 50 3A 0 14 3D 9F 29 1C
Octal 52 144 120 72 0 24 75 237 51 34
Binary 101010 1100100 1010000 111010 0 10100 111101 10011111 101001 11100

Color Harmonies of #2A6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6450

Black with #2A6450

Text Example


Text Example

White with #2A6450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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