#2B7155

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

Shades of Evening Sea #2B7155

Tints of Evening Sea #2B7155

Color information

#2B7155 (or 0x2B7155) is unknown color: approx Evening Sea. HEX triplet: 2B, 71 and 55. RGB value is (43,113,85). Sum of RGB (Red+Green+Blue) = 43+113+85=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7155 is #D48EAA. Grayscale: #585858. Windows color (decimal): -13930155 or 5599531. OLE color: 5599531.

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

Color convert

RGB4311385-
CMYK0.6200.250.56
HSL156º44.87%30.59%-
HSV(B)156º61.95%44.31%-
XYZ8.5412.9810.65-
YUV88.88125.8195.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=17.84%
G=46.89%
B=35.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113850.6200.250.5615644.8730.59
Hex2B71553E019389c2d1f
Octal5316112576031702345537
Binary101011111000110101011111100110011110001001110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,113,85); }

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

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

 a { background-color: rgb(43,113,85); }

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

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

 span { border-color: rgb(43,113,85); }

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