#2B6054

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

Shades of Eden #2B6054

Tints of Eden #2B6054

Color information

#2B6054 (or 0x2B6054) is unknown color: approx Eden. HEX triplet: 2B, 60 and 54. RGB value is (43,96,84). Sum of RGB (Red+Green+Blue) = 43+96+84=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6054 is #D49FAB. Grayscale: #4E4E4E. Windows color (decimal): -13934508 or 5529643. OLE color: 5529643.

HSL color Cylindrical-coordinate representation of color #2B6054: hue angle of 166.42º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B6054 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB439684-
CMYK0.5500.120.62
HSL166.42º38.13%27.25%-
HSV(B)166.42º55.21%37.65%-
XYZ6.789.529.87-
YUV78.78130.94102.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=19.28%
G=43.05%
B=37.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396840.5500.120.62166.4238.1327.25
Hex2B6054370C3Ea6261b
Octal5314012467014762464633
Binary10101111000001010100110111011001111101010011010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,96,84); }

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

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

 a { background-color: rgb(43,96,84); }

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

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

 span { border-color: rgb(43,96,84); }

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