#305D57

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

Shades of Eden #305D57

Tints of Eden #305D57

Color information

#305D57 (or 0x305D57) is unknown color: approx Eden. HEX triplet: 30, 5D and 57. RGB value is (48,93,87). Sum of RGB (Red+Green+Blue) = 48+93+87=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #305D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D57 is #CFA2A8. Grayscale: #4E4E4E. Windows color (decimal): -13607593 or 5725488. OLE color: 5725488.

HSL color Cylindrical-coordinate representation of color #305D57: hue angle of 172º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305D57 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB489387-
CMYK0.4800.060.64
HSL172º31.91%27.65%-
HSV(B)172º48.39%36.47%-
XYZ6.859.1510.42-
YUV78.86132.59105.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=21.05%
G=40.79%
B=38.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4893870.4800.060.6417231.9127.65
Hex305D57300640ac201c
Octal6013512760061002544034
Binary11000010111011010111110000011010000001010110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305D57; }

 p { color: rgb(48,93,87); }

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

<style>
 a { background-color: #305D57; }

 a { background-color: rgb(48,93,87); }

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

<style>
 span { border-color: #305D57; }

 span { border-color: rgb(48,93,87); }

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