#2B6254

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

Shades of Eden #2B6254

Tints of Eden #2B6254

Color information

#2B6254 (or 0x2B6254) is unknown color: approx Eden. HEX triplet: 2B, 62 and 54. RGB value is (43,98,84). Sum of RGB (Red+Green+Blue) = 43+98+84=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6254 is #D49DAB. Grayscale: #4F4F4F. Windows color (decimal): -13933996 or 5530155. OLE color: 5530155.

HSL color Cylindrical-coordinate representation of color #2B6254: hue angle of 164.73º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B6254 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB439884-
CMYK0.5600.140.62
HSL164.73º39.01%27.65%-
HSV(B)164.73º56.12%38.43%-
XYZ6.969.899.93-
YUV79.96130.28101.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=19.11%
G=43.56%
B=37.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398840.5600.140.62164.7339.0127.65
Hex2B6254380E3Ea5271c
Octal5314212470016762454734
Binary10101111000101010100111000011101111101010010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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