#30897E

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

Shades of Elm #30897E

Tints of Elm #30897E

Color information

#30897E (or 0x30897E) is unknown color: approx Elm. HEX triplet: 30, 89 and 7E. RGB value is (48,137,126). Sum of RGB (Red+Green+Blue) = 48+137+126=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #30897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30897E is #CF7681. Grayscale: #6D6D6D. Windows color (decimal): -13596290 or 8292656. OLE color: 8292656.

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

Color convert

RGB48137126-
CMYK0.6500.080.46
HSL172.58º48.11%36.27%-
HSV(B)172.58º64.96%53.73%-
XYZ13.9320.0322.87-
YUV109.14137.5184.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 126 (49.61% from 255) = 40.51%
R=15.43%
G=44.05%
B=40.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481371260.6500.080.46172.5848.1136.27
Hex30897E41082Ead3024
Octal60211176101010562556044
Binary11000010001001111111010000010100010111010101101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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