#2A7156

Color #2A7156 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #2A7156

Tints of Evening Sea #2A7156

Color information

#2A7156 (or 0x2A7156) is unknown color: approx Evening Sea. HEX triplet: 2A, 71 and 56. RGB value is (42,113,86). Sum of RGB (Red+Green+Blue) = 42+113+86=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7156 is #D58EA9. Grayscale: #585858. Windows color (decimal): -13995690 or 5665066. OLE color: 5665066.

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

Color convert

RGB4211386-
CMYK0.6300.240.56
HSL157.18º45.81%30.39%-
HSV(B)157.18º62.83%44.31%-
XYZ8.5412.9710.86-
YUV88.69126.4894.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.43%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=17.43%
G=46.89%
B=35.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42113860.6300.240.56157.1845.8130.39
Hex2A71563F018389d2e1e
Octal5216112677030702355636
Binary101010111000110101101111110110001110001001110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,113,86); }

 H1.HeaderClassName
 {
   color: #2A7156;
 }
 .AnyTagClassName
 {
   color: #2A7156;
 }
</style>
background-color css

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

 a { background-color: rgb(42,113,86); }

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

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

 span { border-color: rgb(42,113,86); }

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