#2D6054

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

Shades of Eden #2D6054

Tints of Eden #2D6054

Color information

#2D6054 (or 0x2D6054) is unknown color: approx Eden. HEX triplet: 2D, 60 and 54. RGB value is (45,96,84). Sum of RGB (Red+Green+Blue) = 45+96+84=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6054 is #D29FAB. Grayscale: #4F4F4F. Windows color (decimal): -13803436 or 5529645. OLE color: 5529645.

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

Color convert

RGB459684-
CMYK0.5300.120.62
HSL165.88º36.17%27.65%-
HSV(B)165.88º53.12%37.65%-
XYZ6.879.569.87-
YUV79.38130.6103.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=20%
G=42.67%
B=37.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596840.5300.120.62165.8836.1727.65
Hex2D6054350C3Ea6241c
Octal5514012465014762464434
Binary10110111000001010100110101011001111101010011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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