#306A5C

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

Shades of Eden #306A5C

Tints of Eden #306A5C

Color information

#306A5C (or 0x306A5C) is unknown color: approx Eden. HEX triplet: 30, 6A and 5C. RGB value is (48,106,92). Sum of RGB (Red+Green+Blue) = 48+106+92=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #306A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A5C is #CF95A3. Grayscale: #575757. Windows color (decimal): -13604260 or 6056496. OLE color: 6056496.

HSL color Cylindrical-coordinate representation of color #306A5C: hue angle of 165.52º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306A5C is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB4810692-
CMYK0.5500.130.58
HSL165.52º37.66%30.2%-
HSV(B)165.52º54.72%41.57%-
XYZ8.311.7111.95-
YUV87.06130.78100.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=19.51%
G=43.09%
B=37.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48106920.5500.130.58165.5237.6630.2
Hex306A5C370D3Aa6261e
Octal6015213467015722464636
Binary11000011010101011100110111011011110101010011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306A5C; }

 p { color: rgb(48,106,92); }

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

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

 a { background-color: rgb(48,106,92); }

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

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

 span { border-color: rgb(48,106,92); }

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