#306F5E

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

Shades of Eden #306F5E

Tints of Eden #306F5E

Color information

#306F5E (or 0x306F5E) is unknown color: approx Eden. HEX triplet: 30, 6F and 5E. RGB value is (48,111,94). Sum of RGB (Red+Green+Blue) = 48+111+94=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 111 - color contains mainly: green. Hex color #306F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F5E is #CF90A1. Grayscale: #5A5A5A. Windows color (decimal): -13602978 or 6188848. OLE color: 6188848.

HSL color Cylindrical-coordinate representation of color #306F5E: hue angle of 163.81º 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 #306F5E is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB4811194-
CMYK0.5700.150.56
HSL163.81º39.62%31.18%-
HSV(B)163.81º56.76%43.53%-
XYZ8.9212.8112.59-
YUV90.22130.1397.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 111 (43.75% from 255) = 43.87%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=18.97%
G=43.87%
B=37.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48111940.5700.150.56163.8139.6231.18
Hex306F5E390F38a4281f
Octal6015713671017702445037
Binary11000011011111011110111001011111110001010010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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