#2B6F55

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

Shades of Evening Sea #2B6F55

Tints of Evening Sea #2B6F55

Color information

#2B6F55 (or 0x2B6F55) is unknown color: approx Evening Sea. HEX triplet: 2B, 6F and 55. RGB value is (43,111,85). Sum of RGB (Red+Green+Blue) = 43+111+85=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6F55 is #D490AA. Grayscale: #575757. Windows color (decimal): -13930667 or 5599019. OLE color: 5599019.

HSL color Cylindrical-coordinate representation of color #2B6F55: hue angle of 157.06º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6F55 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB4311185-
CMYK0.6100.230.56
HSL157.06º44.16%30.2%-
HSV(B)157.06º61.26%43.53%-
XYZ8.3212.5410.58-
YUV87.7126.4796.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 111 (43.75% from 255) = 46.44%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=17.99%
G=46.44%
B=35.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43111850.6100.230.56157.0644.1630.2
Hex2B6F553D017389d2c1e
Octal5315712575027702355436
Binary101011110111110101011111010101111110001001110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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