#2B6C53

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

Shades of Evening Sea #2B6C53

Tints of Evening Sea #2B6C53

Color information

#2B6C53 (or 0x2B6C53) is unknown color: approx Evening Sea. HEX triplet: 2B, 6C and 53. RGB value is (43,108,83). Sum of RGB (Red+Green+Blue) = 43+108+83=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #2B6C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6C53 is #D493AC. Grayscale: #555555. Windows color (decimal): -13931437 or 5467179. OLE color: 5467179.

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

Color convert

RGB4310883-
CMYK0.6000.230.58
HSL156.92º43.05%29.61%-
HSV(B)156.92º60.19%42.35%-
XYZ7.9211.8610.06-
YUV85.71126.4797.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 108 (42.58% from 255) = 46.15%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=18.38%
G=46.15%
B=35.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43108830.6000.230.58156.9243.0529.61
Hex2B6C533C0173A9d2b1e
Octal5315412374027722355336
Binary101011110110010100111111000101111110101001110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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