Html Css Color HEX #2A7053 Evening Sea

📋 copy color: '#2A7053'

red 42 ◦ green 112 ◦ blue 83

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

Shades of Evening Sea #2A7053

Tints of Evening Sea #2A7053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

 BLUE value IS 83 (32.81% from 255) = 35.02%

R = 17.72%
G = 47.26%
B = 35.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#2A7053 (or 0x2A7053) is known color: Evening Sea. HEX triplet: 2A, 70 and 53. RGB value is (42,112,83). Sum of RGB (Red+Green+Blue) = 42+112+83=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7053 is #D58FAC. Grayscale: #575757. Windows color (decimal): -13995949 or 5468202. OLE color: 5468202.

HSL color Cylindrical-coordinate representation of color #2A7053: hue angle of 155.14º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A7053 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 112 83 -
CMYK 0.62 0 0.26 0.56
HSL 155.14º 0.45% 0.3% -
HSV(B) 155.14º 0.63% 0.44% -
XYZ 8.31 12.71 10.2 -
YUV 87.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 42 112 83 0.62 0 0.26 0.56 155.14 0.45 0.3
Hex 2A 70 53 3E 0 1A 38 9B 2D 1E
Octal 52 160 123 76 0 32 70 233 55 36
Binary 101010 1110000 1010011 111110 0 11010 111000 10011011 101101 11110

Color Harmonies of #2A7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7053

Black with #2A7053

Text Example


Text Example

White with #2A7053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,112,83); }

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

background-color css

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

 a { background-color: rgb(42,112,83); }

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

border-color css

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

 span { border-color: rgb(42,112,83); }

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