Html Css Color HEX #2A6B52 Evening Sea

📋 copy color: '#2A6B52'

red 42 ◦ green 107 ◦ blue 82

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

Shades of Evening Sea #2A6B52

Tints of Evening Sea #2A6B52

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.32%

 BLUE value IS 82 (32.42% from 255) = 35.5%

R = 18.18%
G = 46.32%
B = 35.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#2A6B52 (or 0x2A6B52) is known color: Evening Sea. HEX triplet: 2A, 6B and 52. RGB value is (42,107,82). Sum of RGB (Red+Green+Blue) = 42+107+82=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B52 is #D594AD. Grayscale: #545454. Windows color (decimal): -13997230 or 5401386. OLE color: 5401386.

HSL color Cylindrical-coordinate representation of color #2A6B52: hue angle of 156.92º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A6B52 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 42 107 82 -
CMYK 0.61 0 0.23 0.58
HSL 156.92º 0.44% 0.29% -
HSV(B) 156.92º 0.61% 0.42% -
XYZ 7.74 11.62 9.82 -
YUV 84.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 42 107 82 0.61 0 0.23 0.58 156.92 0.44 0.29
Hex 2A 6B 52 3D 0 17 3A 9D 2C 1D
Octal 52 153 122 75 0 27 72 235 54 35
Binary 101010 1101011 1010010 111101 0 10111 111010 10011101 101100 11101

Color Harmonies of #2A6B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6B52

Black with #2A6B52

Text Example


Text Example

White with #2A6B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,107,82); }

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

background-color css

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

 a { background-color: rgb(42,107,82); }

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

border-color css

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

 span { border-color: rgb(42,107,82); }

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