#30655C

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

Shades of Eden #30655C

Tints of Eden #30655C

Color information

#30655C (or 0x30655C) is unknown color: approx Eden. HEX triplet: 30, 65 and 5C. RGB value is (48,101,92). Sum of RGB (Red+Green+Blue) = 48+101+92=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #30655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30655C is #CF9AA3. Grayscale: #545454. Windows color (decimal): -13605540 or 6055216. OLE color: 6055216.

HSL color Cylindrical-coordinate representation of color #30655C: hue angle of 169.81º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30655C is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB4810192-
CMYK0.5200.090.60
HSL169.81º35.57%29.22%-
HSV(B)169.81º52.48%39.61%-
XYZ7.810.7111.78-
YUV84.13132.44102.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=19.92%
G=41.91%
B=38.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101920.5200.090.60169.8135.5729.22
Hex30655C34093Caa241d
Octal6014513464011742524435
Binary11000011001011011100110100010011111001010101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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