#30655D

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

Shades of Eden #30655D

Tints of Eden #30655D

Color information

#30655D (or 0x30655D) is unknown color: approx Eden. HEX triplet: 30, 65 and 5D. RGB value is (48,101,93). Sum of RGB (Red+Green+Blue) = 48+101+93=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #30655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30655D is #CF9AA2. Grayscale: #545454. Windows color (decimal): -13605539 or 6120752. OLE color: 6120752.

HSL color Cylindrical-coordinate representation of color #30655D: hue angle of 170.94º 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 #30655D is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB4810193-
CMYK0.5200.080.60
HSL170.94º35.57%29.22%-
HSV(B)170.94º52.48%39.61%-
XYZ7.8510.7312.01-
YUV84.24132.94102.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=19.83%
G=41.74%
B=38.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101930.5200.080.60170.9435.5729.22
Hex30655D34083Cab241d
Octal6014513564010742534435
Binary11000011001011011101110100010001111001010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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