#1F8779

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

Shades of Elm #1F8779

Tints of Elm #1F8779

Color information

#1F8779 (or 0x1F8779) is unknown color: approx Elm. HEX triplet: 1F, 87 and 79. RGB value is (31,135,121). Sum of RGB (Red+Green+Blue) = 31+135+121=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8779 is #E07886. Grayscale: #666666. Windows color (decimal): -14710919 or 7964447. OLE color: 7964447.

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

Color convert

RGB31135121-
CMYK0.7700.100.47
HSL171.92º62.65%32.55%-
HSV(B)171.92º77.04%52.94%-
XYZ12.681921.09-
YUV102.31138.5477.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.80%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=10.80%
G=47.04%
B=42.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311351210.7700.100.47171.9262.6532.55
Hex1F87794D0A2Fac3f21
Octal37207171115012572547741
Binary1111110000111111100110011010101010111110101100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,135,121); }

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

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

 a { background-color: rgb(31,135,121); }

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

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

 span { border-color: rgb(31,135,121); }

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