Html Css Color HEX #2A7055 Evening Sea

📋 copy color: '#2A7055'

red 42 ◦ green 112 ◦ blue 85

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

Shades of Evening Sea #2A7055

Tints of Evening Sea #2A7055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 17.57%
G = 46.86%
B = 35.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#2A7055 (or 0x2A7055) is known color: Evening Sea. HEX triplet: 2A, 70 and 55. RGB value is (42,112,85). Sum of RGB (Red+Green+Blue) = 42+112+85=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7055 is #D58FAA. Grayscale: #585858. Windows color (decimal): -13995947 or 5599274. OLE color: 5599274.

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

Color convert

RGB 42 112 85 -
CMYK 0.62 0 0.24 0.56
HSL 156.86º 0.45% 0.3% -
HSV(B) 156.86º 0.63% 0.44% -
XYZ 8.39 12.74 10.61 -
YUV 87.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 42 112 85 0.62 0 0.24 0.56 156.86 0.45 0.3
Hex 2A 70 55 3E 0 18 38 9D 2D 1E
Octal 52 160 125 76 0 30 70 235 55 36
Binary 101010 1110000 1010101 111110 0 11000 111000 10011101 101101 11110

Color Harmonies of #2A7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7055

Black with #2A7055

Text Example


Text Example

White with #2A7055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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