#306958

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

Shades of Eden #306958

Tints of Eden #306958

Color information

#306958 (or 0x306958) is unknown color: approx Eden. HEX triplet: 30, 69 and 58. RGB value is (48,105,88). Sum of RGB (Red+Green+Blue) = 48+105+88=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #306958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306958 is #CF96A7. Grayscale: #565656. Windows color (decimal): -13604520 or 5794096. OLE color: 5794096.

HSL color Cylindrical-coordinate representation of color #306958: hue angle of 162.11º 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 #306958 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB4810588-
CMYK0.5400.160.59
HSL162.11º37.25%30%-
HSV(B)162.11º54.29%41.18%-
XYZ8.0311.4411.02-
YUV86.02129.12100.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=19.92%
G=43.57%
B=36.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48105880.5400.160.59162.1137.2530
Hex306958360103Ba2251e
Octal6015113066020732424536
Binary110000110100110110001101100100001110111010001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306958; }

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

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

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

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

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

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

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

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