#1F8E82

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

Shades of Elm #1F8E82

Tints of Elm #1F8E82

Color information

#1F8E82 (or 0x1F8E82) is unknown color: approx Elm. HEX triplet: 1F, 8E and 82. RGB value is (31,142,130). Sum of RGB (Red+Green+Blue) = 31+142+130=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8E82 is #E0717D. Grayscale: #6B6B6B. Windows color (decimal): -14709118 or 8556063. OLE color: 8556063.

HSL color Cylindrical-coordinate representation of color #1F8E82: hue angle of 173.51º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8E82 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB31142130-
CMYK0.7800.080.44
HSL173.51º64.16%33.92%-
HSV(B)173.51º78.17%55.69%-
XYZ14.2721.2524.47-
YUV107.44140.7373.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.23%
GREEN value IS 142 (55.86% from 255) = 46.86%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=10.23%
G=46.86%
B=42.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311421300.7800.080.44173.5164.1633.92
Hex1F8E824E082Cae4022
Octal372162021160105425610042
Binary111111000111010000010100111001000101100101011101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,142,130); }

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

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

 a { background-color: rgb(31,142,130); }

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

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

 span { border-color: rgb(31,142,130); }

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