#1F847A

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

Shades of Elm #1F847A

Tints of Elm #1F847A

Color information

#1F847A (or 0x1F847A) is unknown color: approx Elm. HEX triplet: 1F, 84 and 7A. RGB value is (31,132,122). Sum of RGB (Red+Green+Blue) = 31+132+122=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #1F847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F847A is #E07B85. Grayscale: #646464. Windows color (decimal): -14711686 or 8029215. OLE color: 8029215.

HSL color Cylindrical-coordinate representation of color #1F847A: hue angle of 174.06º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F847A is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB31132122-
CMYK0.7700.080.48
HSL174.06º61.96%31.96%-
HSV(B)174.06º76.52%51.76%-
XYZ12.3318.221.28-
YUV100.66140.0478.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.88%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=10.88%
G=46.32%
B=42.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal311321220.7700.080.48174.0661.9631.96
Hex1F847A4D0830ae3e20
Octal37204172115010602567640
Binary1111110000100111101010011010100011000010101110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,132,122); }

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

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

 a { background-color: rgb(31,132,122); }

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

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

 span { border-color: rgb(31,132,122); }

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