#30665B

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

Shades of Eden #30665B

Tints of Eden #30665B

Color information

#30665B (or 0x30665B) is unknown color: approx Eden. HEX triplet: 30, 66 and 5B. RGB value is (48,102,91). Sum of RGB (Red+Green+Blue) = 48+102+91=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #30665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30665B is #CF99A4. Grayscale: #545454. Windows color (decimal): -13605285 or 5989936. OLE color: 5989936.

HSL color Cylindrical-coordinate representation of color #30665B: hue angle of 167.78º 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 #30665B is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB4810291-
CMYK0.5300.110.6
HSL167.78º36%29.41%-
HSV(B)167.78º52.94%40%-
XYZ7.8610.8911.58-
YUV84.6131.61101.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=19.92%
G=42.32%
B=37.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102910.5300.110.6167.783629.41
Hex30665B350B3Ca8241d
Octal6014613365013742504435
Binary11000011001101011011110101010111111001010100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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