#30605C

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

Shades of Eden #30605C

Tints of Eden #30605C

Color information

#30605C (or 0x30605C) is unknown color: approx Eden. HEX triplet: 30, 60 and 5C. RGB value is (48,96,92). Sum of RGB (Red+Green+Blue) = 48+96+92=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #30605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30605C is #CF9FA3. Grayscale: #515151. Windows color (decimal): -13606820 or 6053936. OLE color: 6053936.

HSL color Cylindrical-coordinate representation of color #30605C: hue angle of 175º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30605C is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB489692-
CMYK0.5000.040.62
HSL175º33.33%28.24%-
HSV(B)175º50%37.65%-
XYZ7.339.7711.62-
YUV81.19134.1104.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=20.34%
G=40.68%
B=38.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896920.5000.040.6217533.3328.24
Hex30605C32043Eaf211c
Octal601401346204762574134
Binary1100001100000101110011001001001111101010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30605C; }

 p { color: rgb(48,96,92); }

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

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

 a { background-color: rgb(48,96,92); }

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

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

 span { border-color: rgb(48,96,92); }

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