#1F8981

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

Shades of Elm #1F8981

Tints of Elm #1F8981

Color information

#1F8981 (or 0x1F8981) is unknown color: approx Elm. HEX triplet: 1F, 89 and 81. RGB value is (31,137,129). Sum of RGB (Red+Green+Blue) = 31+137+129=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8981 is #E0767E. Grayscale: #686868. Windows color (decimal): -14710399 or 8489247. OLE color: 8489247.

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

Color convert

RGB31137129-
CMYK0.7700.060.46
HSL175.47º63.1%32.94%-
HSV(B)175.47º77.37%53.73%-
XYZ13.4719.7723.87-
YUV104.39141.8875.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=10.44%
G=46.13%
B=43.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal311371290.7700.060.46175.4763.132.94
Hex1F89814D062Eaf3f21
Octal3721120111506562577741
Binary1111110001001100000011001101011010111010101111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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