#30897A

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

Shades of Elm #30897A

Tints of Elm #30897A

Color information

#30897A (or 0x30897A) is unknown color: approx Elm. HEX triplet: 30, 89 and 7A. RGB value is (48,137,122). Sum of RGB (Red+Green+Blue) = 48+137+122=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #30897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30897A is #CF7685. Grayscale: #6C6C6C. Windows color (decimal): -13596294 or 8030512. OLE color: 8030512.

HSL color Cylindrical-coordinate representation of color #30897A: hue angle of 169.89º 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 #30897A is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB48137122-
CMYK0.6500.110.46
HSL169.89º48.11%36.27%-
HSV(B)169.89º64.96%53.73%-
XYZ13.6819.9221.54-
YUV108.68135.5184.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=15.64%
G=44.63%
B=39.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481371220.6500.110.46169.8948.1136.27
Hex30897A410B2Eaa3024
Octal60211172101013562526044
Binary11000010001001111101010000010101110111010101010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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