#2B665F

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

Shades of Eden #2B665F

Tints of Eden #2B665F

Color information

#2B665F (or 0x2B665F) is unknown color: approx Eden. HEX triplet: 2B, 66 and 5F. RGB value is (43,102,95). Sum of RGB (Red+Green+Blue) = 43+102+95=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #2B665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B665F is #D499A0. Grayscale: #535353. Windows color (decimal): -13932961 or 6252075. OLE color: 6252075.

HSL color Cylindrical-coordinate representation of color #2B665F: hue angle of 172.88º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B665F is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB4310295-
CMYK0.5800.070.6
HSL172.88º40.69%28.43%-
HSV(B)172.88º57.84%40%-
XYZ7.8110.8412.51-
YUV83.56134.4599.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=17.92%
G=42.5%
B=39.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43102950.5800.070.6172.8840.6928.43
Hex2B665F3A073Cad291c
Octal531461377207742555134
Binary1010111100110101111111101001111111001010110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,102,95); }

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

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

 a { background-color: rgb(43,102,95); }

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

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

 span { border-color: rgb(43,102,95); }

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