#2B6E5C

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

Shades of Eden #2B6E5C

Tints of Eden #2B6E5C

Color information

#2B6E5C (or 0x2B6E5C) is unknown color: approx Eden. HEX triplet: 2B, 6E and 5C. RGB value is (43,110,92). Sum of RGB (Red+Green+Blue) = 43+110+92=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6E5C is #D491A3. Grayscale: #575757. Windows color (decimal): -13930916 or 6057515. OLE color: 6057515.

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

Color convert

RGB4311092-
CMYK0.6100.160.57
HSL163.88º43.79%30%-
HSV(B)163.88º60.91%43.14%-
XYZ8.512.4412.08-
YUV87.92130.395.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.55%
GREEN value IS 110 (43.36% from 255) = 44.90%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=17.55%
G=44.90%
B=37.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43110920.6100.160.57163.8843.7930
Hex2B6E5C3D01039a42c1e
Octal5315613475020712445436
Binary101011110111010111001111010100001110011010010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,110,92); }

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

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

 a { background-color: rgb(43,110,92); }

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

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

 span { border-color: rgb(43,110,92); }

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