#2B6052

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

Shades of Evening Sea #2B6052

Tints of Evening Sea #2B6052

Color information

#2B6052 (or 0x2B6052) is unknown color: approx Evening Sea. HEX triplet: 2B, 60 and 52. RGB value is (43,96,82). Sum of RGB (Red+Green+Blue) = 43+96+82=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6052 is #D49FAD. Grayscale: #4E4E4E. Windows color (decimal): -13934510 or 5398571. OLE color: 5398571.

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

Color convert

RGB439682-
CMYK0.5500.150.62
HSL164.15º38.13%27.25%-
HSV(B)164.15º55.21%37.65%-
XYZ6.79.499.46-
YUV78.56129.94102.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=19.46%
G=43.44%
B=37.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396820.5500.150.62164.1538.1327.25
Hex2B6052370F3Ea4261b
Octal5314012267017762444633
Binary10101111000001010010110111011111111101010010010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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