#1F807C

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

Shades of Elm #1F807C

Tints of Elm #1F807C

Color information

#1F807C (or 0x1F807C) is unknown color: approx Elm. HEX triplet: 1F, 80 and 7C. RGB value is (31,128,124). Sum of RGB (Red+Green+Blue) = 31+128+124=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #1F807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F807C is #E07F83. Grayscale: #626262. Windows color (decimal): -14712708 or 8159263. OLE color: 8159263.

HSL color Cylindrical-coordinate representation of color #1F807C: hue angle of 177.53º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F807C is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB31128124-
CMYK0.7600.030.50
HSL177.53º61.01%31.18%-
HSV(B)177.53º75.78%50.2%-
XYZ11.9217.1821.76-
YUV98.54142.3679.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.95%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=10.95%
G=45.23%
B=43.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal311281240.7600.030.50177.5361.0131.18
Hex1F807C4C0332b23d1f
Octal3720017411403622627537
Binary1111110000000111110010011000111100101011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,128,124); }

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

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

 a { background-color: rgb(31,128,124); }

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

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

 span { border-color: rgb(31,128,124); }

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