#2B6151

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

Shades of Evening Sea #2B6151

Tints of Evening Sea #2B6151

Color information

#2B6151 (or 0x2B6151) is unknown color: approx Evening Sea. HEX triplet: 2B, 61 and 51. RGB value is (43,97,81). Sum of RGB (Red+Green+Blue) = 43+97+81=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6151 is #D49EAE. Grayscale: #4F4F4F. Windows color (decimal): -13934255 or 5333291. OLE color: 5333291.

HSL color Cylindrical-coordinate representation of color #2B6151: hue angle of 162.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B6151 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB439781-
CMYK0.5600.160.62
HSL162.22º38.57%27.45%-
HSV(B)162.22º55.67%38.04%-
XYZ6.769.669.29-
YUV79.03129.11102.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 81 (32.03% from 255) = 36.65%
R=19.46%
G=43.89%
B=36.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397810.5600.160.62162.2238.5727.45
Hex2B6151380103Ea2271b
Octal5314112170020762424733
Binary101011110000110100011110000100001111101010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,97,81); }

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

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

 a { background-color: rgb(43,97,81); }

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

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

 span { border-color: rgb(43,97,81); }

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