#306960

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

Shades of Eden #306960

Tints of Eden #306960

Color information

#306960 (or 0x306960) is unknown color: approx Eden. HEX triplet: 30, 69 and 60. RGB value is (48,105,96). Sum of RGB (Red+Green+Blue) = 48+105+96=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #306960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306960 is #CF969F. Grayscale: #565656. Windows color (decimal): -13604512 or 6318384. OLE color: 6318384.

HSL color Cylindrical-coordinate representation of color #306960: hue angle of 170.53º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306960 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB4810596-
CMYK0.5400.090.59
HSL170.53º37.25%30%-
HSV(B)170.53º54.29%41.18%-
XYZ8.3811.5812.86-
YUV86.93133.12100.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=19.28%
G=42.17%
B=38.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48105960.5400.090.59170.5337.2530
Hex30696036093Bab251e
Octal6015114066011732534536
Binary11000011010011100000110110010011110111010101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306960; }

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

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

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

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

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

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

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

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