#306B5A

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

Shades of Eden #306B5A

Tints of Eden #306B5A

Color information

#306B5A (or 0x306B5A) is unknown color: approx Eden. HEX triplet: 30, 6B and 5A. RGB value is (48,107,90). Sum of RGB (Red+Green+Blue) = 48+107+90=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #306B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B5A is #CF94A5. Grayscale: #575757. Windows color (decimal): -13604006 or 5925680. OLE color: 5925680.

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

Color convert

RGB4810790-
CMYK0.5500.160.58
HSL162.71º38.06%30.39%-
HSV(B)162.71º55.14%41.96%-
XYZ8.3211.8811.53-
YUV87.42129.4599.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 107 (42.19% from 255) = 43.67%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=19.59%
G=43.67%
B=36.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48107900.5500.160.58162.7138.0630.39
Hex306B5A370103Aa3261e
Octal6015313267020722434636
Binary110000110101110110101101110100001110101010001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,107,90); }

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

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

 a { background-color: rgb(48,107,90); }

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

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

 span { border-color: rgb(48,107,90); }

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