#1F8778

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

Shades of Elm #1F8778

Tints of Elm #1F8778

Color information

#1F8778 (or 0x1F8778) is unknown color: approx Elm. HEX triplet: 1F, 87 and 78. RGB value is (31,135,120). Sum of RGB (Red+Green+Blue) = 31+135+120=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8778 is #E07887. Grayscale: #666666. Windows color (decimal): -14710920 or 7898911. OLE color: 7898911.

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

Color convert

RGB31135120-
CMYK0.7700.110.47
HSL171.35º62.65%32.55%-
HSV(B)171.35º77.04%52.94%-
XYZ12.6218.9820.77-
YUV102.19138.0477.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.84%
GREEN value IS 135 (53.12% from 255) = 47.20%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=10.84%
G=47.20%
B=41.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311351200.7700.110.47171.3562.6532.55
Hex1F87784D0B2Fab3f21
Octal37207170115013572537741
Binary1111110000111111100010011010101110111110101011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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