#1F867A

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

Shades of Elm #1F867A

Tints of Elm #1F867A

Color information

#1F867A (or 0x1F867A) is unknown color: approx Elm. HEX triplet: 1F, 86 and 7A. RGB value is (31,134,122). Sum of RGB (Red+Green+Blue) = 31+134+122=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #1F867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F867A is #E07985. Grayscale: #656565. Windows color (decimal): -14711174 or 8029727. OLE color: 8029727.

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

Color convert

RGB31134122-
CMYK0.7700.090.47
HSL173.01º62.42%32.35%-
HSV(B)173.01º76.87%52.55%-
XYZ12.618.7521.37-
YUV101.84139.3877.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.80%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=10.80%
G=46.69%
B=42.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311341220.7700.090.47173.0162.4232.35
Hex1F867A4D092Fad3e20
Octal37206172115011572557640
Binary1111110000110111101010011010100110111110101101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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