#306057

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

Shades of Eden #306057

Tints of Eden #306057

Color information

#306057 (or 0x306057) is unknown color: approx Eden. HEX triplet: 30, 60 and 57. RGB value is (48,96,87). Sum of RGB (Red+Green+Blue) = 48+96+87=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #306057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306057 is #CF9FA8. Grayscale: #505050. Windows color (decimal): -13606825 or 5726256. OLE color: 5726256.

HSL color Cylindrical-coordinate representation of color #306057: hue angle of 168.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306057 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB489687-
CMYK0.5000.090.62
HSL168.75º33.33%28.24%-
HSV(B)168.75º50%37.65%-
XYZ7.129.6810.51-
YUV80.62131.6104.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=20.78%
G=41.56%
B=37.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896870.5000.090.62168.7533.3328.24
Hex30605732093Ea9211c
Octal6014012762011762514134
Binary11000011000001010111110010010011111101010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306057; }

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

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

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

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

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

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

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

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