#2B7157

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

Shades of Evening Sea #2B7157

Tints of Evening Sea #2B7157

Color information

#2B7157 (or 0x2B7157) is unknown color: approx Evening Sea. HEX triplet: 2B, 71 and 57. RGB value is (43,113,87). Sum of RGB (Red+Green+Blue) = 43+113+87=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7157 is #D48EA8. Grayscale: #595959. Windows color (decimal): -13930153 or 5730603. OLE color: 5730603.

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

Color convert

RGB4311387-
CMYK0.6200.230.56
HSL157.71º44.87%30.59%-
HSV(B)157.71º61.95%44.31%-
XYZ8.6213.0111.07-
YUV89.11126.8195.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 87 (34.38% from 255) = 35.80%
R=17.70%
G=46.50%
B=35.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113870.6200.230.56157.7144.8730.59
Hex2B71573E017389e2d1f
Octal5316112776027702365537
Binary101011111000110101111111100101111110001001111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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