#2B6C61

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

Shades of Eden #2B6C61

Tints of Eden #2B6C61

Color information

#2B6C61 (or 0x2B6C61) is unknown color: approx Eden. HEX triplet: 2B, 6C and 61. RGB value is (43,108,97). Sum of RGB (Red+Green+Blue) = 43+108+97=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #2B6C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6C61 is #D4939E. Grayscale: #575757. Windows color (decimal): -13931423 or 6384683. OLE color: 6384683.

HSL color Cylindrical-coordinate representation of color #2B6C61: hue angle of 169.85º 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 #2B6C61 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB4310897-
CMYK0.6000.100.58
HSL169.85º43.05%29.61%-
HSV(B)169.85º60.19%42.35%-
XYZ8.5212.113.2-
YUV87.31133.4796.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 108 (42.58% from 255) = 43.55%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=17.34%
G=43.55%
B=39.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43108970.6000.100.58169.8543.0529.61
Hex2B6C613C0A3Aaa2b1e
Octal5315414174012722525336
Binary10101111011001100001111100010101110101010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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