#30715C

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

Shades of Eden #30715C

Tints of Eden #30715C

Color information

#30715C (or 0x30715C) is unknown color: approx Eden. HEX triplet: 30, 71 and 5C. RGB value is (48,113,92). Sum of RGB (Red+Green+Blue) = 48+113+92=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #30715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30715C is #CF8EA3. Grayscale: #5B5B5B. Windows color (decimal): -13602468 or 6058288. OLE color: 6058288.

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

Color convert

RGB4811392-
CMYK0.5800.190.56
HSL160.62º40.37%31.57%-
HSV(B)160.62º57.52%44.31%-
XYZ9.0613.2112.2-
YUV91.17128.4797.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=18.97%
G=44.66%
B=36.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113920.5800.190.56160.6240.3731.57
Hex30715C3A01338a12820
Octal6016113472023702415040
Binary1100001110001101110011101001001111100010100001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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