#30625B

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

Shades of Eden #30625B

Tints of Eden #30625B

Color information

#30625B (or 0x30625B) is unknown color: approx Eden. HEX triplet: 30, 62 and 5B. RGB value is (48,98,91). Sum of RGB (Red+Green+Blue) = 48+98+91=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #30625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30625B is #CF9DA4. Grayscale: #525252. Windows color (decimal): -13606309 or 5988912. OLE color: 5988912.

HSL color Cylindrical-coordinate representation of color #30625B: hue angle of 171.6º 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 #30625B is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB489891-
CMYK0.5100.070.62
HSL171.6º34.25%28.63%-
HSV(B)171.6º51.02%38.43%-
XYZ7.4710.1211.46-
YUV82.25132.94103.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=20.25%
G=41.35%
B=38.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898910.5100.070.62171.634.2528.63
Hex30625B33073Eac221d
Octal601421336307762544235
Binary1100001100010101101111001101111111101010110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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