#30897F

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

Shades of Elm #30897F

Tints of Elm #30897F

Color information

#30897F (or 0x30897F) is unknown color: approx Elm. HEX triplet: 30, 89 and 7F. RGB value is (48,137,127). Sum of RGB (Red+Green+Blue) = 48+137+127=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #30897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30897F is #CF7680. Grayscale: #6D6D6D. Windows color (decimal): -13596289 or 8358192. OLE color: 8358192.

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

Color convert

RGB48137127-
CMYK0.6500.070.46
HSL173.26º48.11%36.27%-
HSV(B)173.26º64.96%53.73%-
XYZ1420.0523.21-
YUV109.25138.0184.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 127 (50% from 255) = 40.71%
R=15.38%
G=43.91%
B=40.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481371270.6500.070.46173.2648.1136.27
Hex30897F41072Ead3024
Octal6021117710107562556044
Binary1100001000100111111111000001011110111010101101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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