#1F897F

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

Shades of Elm #1F897F

Tints of Elm #1F897F

Color information

#1F897F (or 0x1F897F) is unknown color: approx Elm. HEX triplet: 1F, 89 and 7F. RGB value is (31,137,127). Sum of RGB (Red+Green+Blue) = 31+137+127=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #1F897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F897F is #E07680. Grayscale: #686868. Windows color (decimal): -14710401 or 8358175. OLE color: 8358175.

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

Color convert

RGB31137127-
CMYK0.7700.070.46
HSL174.34º63.1%32.94%-
HSV(B)174.34º77.37%53.73%-
XYZ13.3419.7123.18-
YUV104.17140.8875.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.51%
GREEN value IS 137 (53.91% from 255) = 46.44%
BLUE value IS 127 (50% from 255) = 43.05%
R=10.51%
G=46.44%
B=43.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal311371270.7700.070.46174.3463.132.94
Hex1F897F4D072Eae3f21
Octal3721117711507562567741
Binary111111000100111111111001101011110111010101110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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