#2B6A5E

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

Shades of Eden #2B6A5E

Tints of Eden #2B6A5E

Color information

#2B6A5E (or 0x2B6A5E) is unknown color: approx Eden. HEX triplet: 2B, 6A and 5E. RGB value is (43,106,94). Sum of RGB (Red+Green+Blue) = 43+106+94=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A5E is #D495A1. Grayscale: #555555. Windows color (decimal): -13931938 or 6187563. OLE color: 6187563.

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

Color convert

RGB4310694-
CMYK0.5900.110.58
HSL168.57º42.28%29.22%-
HSV(B)168.57º59.43%41.57%-
XYZ8.1711.6312.4-
YUV85.79132.6397.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=17.70%
G=43.62%
B=38.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43106940.5900.110.58168.5742.2829.22
Hex2B6A5E3B0B3Aa92a1d
Octal5315213673013722515235
Binary10101111010101011110111011010111110101010100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,106,94); }

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

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

 a { background-color: rgb(43,106,94); }

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

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

 span { border-color: rgb(43,106,94); }

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