#30655B

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

Shades of Eden #30655B

Tints of Eden #30655B

Color information

#30655B (or 0x30655B) is unknown color: approx Eden. HEX triplet: 30, 65 and 5B. RGB value is (48,101,91). Sum of RGB (Red+Green+Blue) = 48+101+91=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #30655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30655B is #CF9AA4. Grayscale: #545454. Windows color (decimal): -13605541 or 5989680. OLE color: 5989680.

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

Color convert

RGB4810191-
CMYK0.5200.100.60
HSL168.68º35.57%29.22%-
HSV(B)168.68º52.48%39.61%-
XYZ7.7610.6911.55-
YUV84.01131.94102.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=20%
G=42.08%
B=37.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101910.5200.100.60168.6835.5729.22
Hex30655B340A3Ca9241d
Octal6014513364012742514435
Binary11000011001011011011110100010101111001010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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