#306155

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

Shades of Eden #306155

Tints of Eden #306155

Color information

#306155 (or 0x306155) is unknown color: approx Eden. HEX triplet: 30, 61 and 55. RGB value is (48,97,85). Sum of RGB (Red+Green+Blue) = 48+97+85=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #306155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306155 is #CF9EAA. Grayscale: #505050. Windows color (decimal): -13606571 or 5595440. OLE color: 5595440.

HSL color Cylindrical-coordinate representation of color #306155: hue angle of 165.31º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306155 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB489785-
CMYK0.5100.120.62
HSL165.31º33.79%28.43%-
HSV(B)165.31º50.52%38.04%-
XYZ7.139.8310.12-
YUV80.98130.27104.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 85 (33.59% from 255) = 36.96%
R=20.87%
G=42.17%
B=36.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897850.5100.120.62165.3133.7928.43
Hex306155330C3Ea5221c
Octal6014112563014762454234
Binary11000011000011010101110011011001111101010010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306155; }

 p { color: rgb(48,97,85); }

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

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

 a { background-color: rgb(48,97,85); }

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

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

 span { border-color: rgb(48,97,85); }

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