#30625E

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

Shades of Eden #30625E

Tints of Eden #30625E

Color information

#30625E (or 0x30625E) is unknown color: approx Eden. HEX triplet: 30, 62 and 5E. RGB value is (48,98,94). Sum of RGB (Red+Green+Blue) = 48+98+94=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #30625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30625E is #CF9DA1. Grayscale: #525252. Windows color (decimal): -13606306 or 6185520. OLE color: 6185520.

HSL color Cylindrical-coordinate representation of color #30625E: hue angle of 175.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30625E is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB489894-
CMYK0.5100.040.62
HSL175.2º34.25%28.63%-
HSV(B)175.2º51.02%38.43%-
XYZ7.6110.1712.15-
YUV82.59134.44103.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=20%
G=40.83%
B=39.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898940.5100.040.62175.234.2528.63
Hex30625E33043Eaf221d
Octal601421366304762574235
Binary1100001100010101111011001101001111101010111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30625E; }

 p { color: rgb(48,98,94); }

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

<style>
 a { background-color: #30625E; }

 a { background-color: rgb(48,98,94); }

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

<style>
 span { border-color: #30625E; }

 span { border-color: rgb(48,98,94); }

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