#30665A

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

Shades of Eden #30665A

Tints of Eden #30665A

Color information

#30665A (or 0x30665A) is unknown color: approx Eden. HEX triplet: 30, 66 and 5A. RGB value is (48,102,90). Sum of RGB (Red+Green+Blue) = 48+102+90=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #30665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30665A is #CF99A5. Grayscale: #545454. Windows color (decimal): -13605286 or 5924400. OLE color: 5924400.

HSL color Cylindrical-coordinate representation of color #30665A: hue angle of 166.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30665A is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB4810290-
CMYK0.5300.120.6
HSL166.67º36%29.41%-
HSV(B)166.67º52.94%40%-
XYZ7.8210.8711.36-
YUV84.49131.11101.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=20%
G=42.5%
B=37.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102900.5300.120.6166.673629.41
Hex30665A350C3Ca7241d
Octal6014613265014742474435
Binary11000011001101011010110101011001111001010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30665A; }

 p { color: rgb(48,102,90); }

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

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

 a { background-color: rgb(48,102,90); }

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

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

 span { border-color: rgb(48,102,90); }

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