#1F8380

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

Shades of Elm #1F8380

Tints of Elm #1F8380

Color information

#1F8380 (or 0x1F8380) is unknown color: approx Elm. HEX triplet: 1F, 83 and 80. RGB value is (31,131,128). Sum of RGB (Red+Green+Blue) = 31+131+128=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8380 is #E07C7F. Grayscale: #646464. Windows color (decimal): -14711936 or 8422175. OLE color: 8422175.

HSL color Cylindrical-coordinate representation of color #1F8380: hue angle of 178.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8380 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB31131128-
CMYK0.7600.020.49
HSL178.2º61.73%31.76%-
HSV(B)178.2º76.34%51.37%-
XYZ12.5818.0823.25-
YUV100.76143.3778.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.69%
GREEN value IS 131 (51.56% from 255) = 45.17%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=10.69%
G=45.17%
B=44.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311311280.7600.020.49178.261.7331.76
Hex1F83804C0231b23e20
Octal3720320011402612627640
Binary111111000001110000000100110001011000110110010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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