#2B6051

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

Shades of Evening Sea #2B6051

Tints of Evening Sea #2B6051

Color information

#2B6051 (or 0x2B6051) is unknown color: approx Evening Sea. HEX triplet: 2B, 60 and 51. RGB value is (43,96,81). Sum of RGB (Red+Green+Blue) = 43+96+81=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6051 is #D49FAE. Grayscale: #4E4E4E. Windows color (decimal): -13934511 or 5333035. OLE color: 5333035.

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

Color convert

RGB439681-
CMYK0.5500.160.62
HSL163.02º38.13%27.25%-
HSV(B)163.02º55.21%37.65%-
XYZ6.669.479.26-
YUV78.44129.44102.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=19.55%
G=43.64%
B=36.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396810.5500.160.62163.0238.1327.25
Hex2B6051370103Ea3261b
Octal5314012167020762434633
Binary101011110000010100011101110100001111101010001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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