#2B6B53

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

Shades of Evening Sea #2B6B53

Tints of Evening Sea #2B6B53

Color information

#2B6B53 (or 0x2B6B53) is unknown color: approx Evening Sea. HEX triplet: 2B, 6B and 53. RGB value is (43,107,83). Sum of RGB (Red+Green+Blue) = 43+107+83=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6B53 is #D494AC. Grayscale: #555555. Windows color (decimal): -13931693 or 5466923. OLE color: 5466923.

HSL color Cylindrical-coordinate representation of color #2B6B53: hue angle of 157.5º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6B53 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB4310783-
CMYK0.6000.220.58
HSL157.5º42.67%29.41%-
HSV(B)157.5º59.81%41.96%-
XYZ7.8211.6510.02-
YUV85.13126.897.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.45%
GREEN value IS 107 (42.19% from 255) = 45.92%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=18.45%
G=45.92%
B=35.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43107830.6000.220.58157.542.6729.41
Hex2B6B533C0163A9e2b1d
Octal5315312374026722365335
Binary101011110101110100111111000101101110101001111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,107,83); }

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

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

 a { background-color: rgb(43,107,83); }

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

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

 span { border-color: rgb(43,107,83); }

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