#30725C

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

Shades of Eden #30725C

Tints of Eden #30725C

Color information

#30725C (or 0x30725C) is unknown color: approx Eden. HEX triplet: 30, 72 and 5C. RGB value is (48,114,92). Sum of RGB (Red+Green+Blue) = 48+114+92=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #30725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30725C is #CF8DA3. Grayscale: #5B5B5B. Windows color (decimal): -13602212 or 6058544. OLE color: 6058544.

HSL color Cylindrical-coordinate representation of color #30725C: hue angle of 160º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30725C is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB4811492-
CMYK0.5800.190.55
HSL160º40.74%31.76%-
HSV(B)160º57.89%44.71%-
XYZ9.1713.4412.24-
YUV91.76128.1396.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=18.90%
G=44.88%
B=36.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114920.5800.190.5516040.7431.76
Hex30725C3A01337a02920
Octal6016213472023672405140
Binary1100001110010101110011101001001111011110100000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30725C; }

 p { color: rgb(48,114,92); }

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

<style>
 a { background-color: #30725C; }

 a { background-color: rgb(48,114,92); }

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

<style>
 span { border-color: #30725C; }

 span { border-color: rgb(48,114,92); }

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