#1F867E

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

Shades of Elm #1F867E

Tints of Elm #1F867E

Color information

#1F867E (or 0x1F867E) is unknown color: approx Elm. HEX triplet: 1F, 86 and 7E. RGB value is (31,134,126). Sum of RGB (Red+Green+Blue) = 31+134+126=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #1F867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F867E is #E07981. Grayscale: #666666. Windows color (decimal): -14711170 or 8291871. OLE color: 8291871.

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

Color convert

RGB31134126-
CMYK0.7700.060.47
HSL175.34º62.42%32.35%-
HSV(B)175.34º76.87%52.55%-
XYZ12.8618.8522.7-
YUV102.29141.3877.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.65%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 126 (49.61% from 255) = 43.30%
R=10.65%
G=46.05%
B=43.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311341260.7700.060.47175.3462.4232.35
Hex1F867E4D062Faf3e20
Octal3720617611506572577640
Binary111111000011011111101001101011010111110101111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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