#2B6D5F

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

Shades of Eden #2B6D5F

Tints of Eden #2B6D5F

Color information

#2B6D5F (or 0x2B6D5F) is unknown color: approx Eden. HEX triplet: 2B, 6D and 5F. RGB value is (43,109,95). Sum of RGB (Red+Green+Blue) = 43+109+95=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 109 - color contains mainly: green. Hex color #2B6D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6D5F is #D492A0. Grayscale: #575757. Windows color (decimal): -13931169 or 6253867. OLE color: 6253867.

HSL color Cylindrical-coordinate representation of color #2B6D5F: hue angle of 167.27º degrees, saturation: 0.43, 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 #2B6D5F is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB4310995-
CMYK0.6100.130.57
HSL167.27º43.42%29.8%-
HSV(B)167.27º60.55%42.75%-
XYZ8.5312.2812.75-
YUV87.67132.1396.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.41%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=17.41%
G=44.13%
B=38.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43109950.6100.130.57167.2743.4229.8
Hex2B6D5F3D0D39a72b1e
Octal5315513775015712475336
Binary10101111011011011111111101011011110011010011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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