#306F59

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

Shades of Eden #306F59

Tints of Eden #306F59

Color information

#306F59 (or 0x306F59) is unknown color: approx Eden. HEX triplet: 30, 6F and 59. RGB value is (48,111,89). Sum of RGB (Red+Green+Blue) = 48+111+89=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #306F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F59 is #CF90A6. Grayscale: #595959. Windows color (decimal): -13602983 or 5861168. OLE color: 5861168.

HSL color Cylindrical-coordinate representation of color #306F59: hue angle of 159.05º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306F59 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB4811189-
CMYK0.5700.200.56
HSL159.05º39.62%31.18%-
HSV(B)159.05º56.76%43.53%-
XYZ8.7112.7211.45-
YUV89.66127.6398.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 89 (35.16% from 255) = 35.89%
R=19.35%
G=44.76%
B=35.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48111890.5700.200.56159.0539.6231.18
Hex306F5939014389f281f
Octal6015713171024702375037
Binary110000110111110110011110010101001110001001111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,111,89); }

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

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

 a { background-color: rgb(48,111,89); }

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

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

 span { border-color: rgb(48,111,89); }

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