#306D5F

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

Shades of Eden #306D5F

Tints of Eden #306D5F

Color information

#306D5F (or 0x306D5F) is unknown color: approx Eden. HEX triplet: 30, 6D and 5F. RGB value is (48,109,95). Sum of RGB (Red+Green+Blue) = 48+109+95=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 109 - color contains mainly: green. Hex color #306D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D5F is #CF92A0. Grayscale: #595959. Windows color (decimal): -13603489 or 6253872. OLE color: 6253872.

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

Color convert

RGB4810995-
CMYK0.5600.130.57
HSL166.23º38.85%30.78%-
HSV(B)166.23º55.96%42.75%-
XYZ8.7512.3912.76-
YUV89.16131.2998.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 109 (42.97% from 255) = 43.25%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=19.05%
G=43.25%
B=37.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48109950.5600.130.57166.2338.8530.78
Hex306D5F380D39a6271f
Octal6015513770015712464737
Binary11000011011011011111111000011011110011010011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,109,95); }

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

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

 a { background-color: rgb(48,109,95); }

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

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

 span { border-color: rgb(48,109,95); }

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