#30675F

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

Shades of Eden #30675F

Tints of Eden #30675F

Color information

#30675F (or 0x30675F) is unknown color: approx Eden. HEX triplet: 30, 67 and 5F. RGB value is (48,103,95). Sum of RGB (Red+Green+Blue) = 48+103+95=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #30675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30675F is #CF98A0. Grayscale: #555555. Windows color (decimal): -13605025 or 6252336. OLE color: 6252336.

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

Color convert

RGB4810395-
CMYK0.5300.080.60
HSL171.27º36.42%29.61%-
HSV(B)171.27º53.4%40.39%-
XYZ8.1311.1612.55-
YUV85.64133.28101.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 103 (40.62% from 255) = 41.87%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=19.51%
G=41.87%
B=38.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103950.5300.080.60171.2736.4229.61
Hex30675F35083Cab241e
Octal6014713765010742534436
Binary11000011001111011111110101010001111001010101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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