#2B6956

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

Shades of Eden #2B6956

Tints of Eden #2B6956

Color information

#2B6956 (or 0x2B6956) is unknown color: approx Eden. HEX triplet: 2B, 69 and 56. RGB value is (43,105,86). Sum of RGB (Red+Green+Blue) = 43+105+86=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #2B6956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6956 is #D496A9. Grayscale: #545454. Windows color (decimal): -13932202 or 5663019. OLE color: 5663019.

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

Color convert

RGB4310586-
CMYK0.5900.180.59
HSL161.61º41.89%29.02%-
HSV(B)161.61º59.05%41.18%-
XYZ7.7311.2910.58-
YUV84.3128.9698.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=18.38%
G=44.87%
B=36.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43105860.5900.180.59161.6141.8929.02
Hex2B69563B0123Ba22a1d
Octal5315112673022732425235
Binary101011110100110101101110110100101110111010001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,105,86); }

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

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

 a { background-color: rgb(43,105,86); }

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

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

 span { border-color: rgb(43,105,86); }

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