#2D6357

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

Shades of Eden #2D6357

Tints of Eden #2D6357

Color information

#2D6357 (or 0x2D6357) is unknown color: approx Eden. HEX triplet: 2D, 63 and 57. RGB value is (45,99,87). Sum of RGB (Red+Green+Blue) = 45+99+87=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6357 is #D29CA8. Grayscale: #515151. Windows color (decimal): -13802665 or 5727021. OLE color: 5727021.

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

Color convert

RGB459987-
CMYK0.5500.120.61
HSL166.67º37.5%28.24%-
HSV(B)166.67º54.55%38.82%-
XYZ7.2610.1710.6-
YUV81.49131.11101.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.48%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=19.48%
G=42.86%
B=37.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4599870.5500.120.61166.6737.528.24
Hex2D6357370C3Da7261c
Octal5514312767014752474634
Binary10110111000111010111110111011001111011010011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,99,87); }

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

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

 a { background-color: rgb(45,99,87); }

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

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

 span { border-color: rgb(45,99,87); }

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