#30897C

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

Shades of Elm #30897C

Tints of Elm #30897C

Color information

#30897C (or 0x30897C) is unknown color: approx Elm. HEX triplet: 30, 89 and 7C. RGB value is (48,137,124). Sum of RGB (Red+Green+Blue) = 48+137+124=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #30897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30897C is #CF7683. Grayscale: #6C6C6C. Windows color (decimal): -13596292 or 8161584. OLE color: 8161584.

HSL color Cylindrical-coordinate representation of color #30897C: hue angle of 171.24º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30897C is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB48137124-
CMYK0.6500.090.46
HSL171.24º48.11%36.27%-
HSV(B)171.24º64.96%53.73%-
XYZ13.819.9722.2-
YUV108.91136.5184.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=15.53%
G=44.34%
B=40.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481371240.6500.090.46171.2448.1136.27
Hex30897C41092Eab3024
Octal60211174101011562536044
Binary11000010001001111110010000010100110111010101011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,137,124); }

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

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

 a { background-color: rgb(48,137,124); }

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

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

 span { border-color: rgb(48,137,124); }

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