#1F897E

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

Shades of Elm #1F897E

Tints of Elm #1F897E

Color information

#1F897E (or 0x1F897E) is unknown color: approx Elm. HEX triplet: 1F, 89 and 7E. RGB value is (31,137,126). Sum of RGB (Red+Green+Blue) = 31+137+126=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #1F897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F897E is #E07681. Grayscale: #676767. Windows color (decimal): -14710402 or 8292639. OLE color: 8292639.

HSL color Cylindrical-coordinate representation of color #1F897E: hue angle of 173.77º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F897E is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB31137126-
CMYK0.7700.080.46
HSL173.77º63.1%32.94%-
HSV(B)173.77º77.37%53.73%-
XYZ13.2819.6922.84-
YUV104.05140.3875.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.54%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 126 (49.61% from 255) = 42.86%
R=10.54%
G=46.60%
B=42.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal311371260.7700.080.46173.7763.132.94
Hex1F897E4D082Eae3f21
Octal37211176115010562567741
Binary1111110001001111111010011010100010111010101110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F897E; }

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

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

<style>
 a { background-color: #1F897E; }

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

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

<style>
 span { border-color: #1F897E; }

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

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