#306A58

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

Shades of Eden #306A58

Tints of Eden #306A58

Color information

#306A58 (or 0x306A58) is unknown color: approx Eden. HEX triplet: 30, 6A and 58. RGB value is (48,106,88). Sum of RGB (Red+Green+Blue) = 48+106+88=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #306A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A58 is #CF95A7. Grayscale: #565656. Windows color (decimal): -13604264 or 5794352. OLE color: 5794352.

HSL color Cylindrical-coordinate representation of color #306A58: hue angle of 161.38º 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 #306A58 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB4810688-
CMYK0.5500.170.58
HSL161.38º37.66%30.2%-
HSV(B)161.38º54.72%41.57%-
XYZ8.1311.6411.05-
YUV86.61128.78100.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=19.83%
G=43.80%
B=36.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48106880.5500.170.58161.3837.6630.2
Hex306A58370113Aa1261e
Octal6015213067021722414636
Binary110000110101010110001101110100011110101010000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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