#30675A

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

Shades of Eden #30675A

Tints of Eden #30675A

Color information

#30675A (or 0x30675A) is unknown color: approx Eden. HEX triplet: 30, 67 and 5A. RGB value is (48,103,90). Sum of RGB (Red+Green+Blue) = 48+103+90=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #30675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30675A is #CF98A5. Grayscale: #555555. Windows color (decimal): -13605030 or 5924656. OLE color: 5924656.

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

Color convert

RGB4810390-
CMYK0.5300.130.60
HSL165.82º36.42%29.61%-
HSV(B)165.82º53.4%40.39%-
XYZ7.9111.0711.39-
YUV85.07130.78101.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=19.92%
G=42.74%
B=37.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103900.5300.130.60165.8236.4229.61
Hex30675A350D3Ca6241e
Octal6014713265015742464436
Binary11000011001111011010110101011011111001010011010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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