#1f8376

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

Shades of Elm #1F8376

Tints of Elm #1F8376

Color information

#1F8376 (or 0x1F8376) is unknown color: approx Elm. HEX triplet: 1F, 83 and 76. RGB value is (31,131,118). Sum of RGB (Red+Green+Blue) = 31+131+118=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8376 is #E07C89. Grayscale: #636363. Windows color (decimal): -14711946 or 7766815. OLE color: 7766815.

HSL color Cylindrical-coordinate representation of color #1F8376: hue angle of 172.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 #1F8376 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB31131118-
CMYK0.7600.100.49
HSL172.2º61.73%31.76%-
HSV(B)172.2º76.34%51.37%-
XYZ11.9517.8319.95-
YUV99.62138.3779.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.07%
GREEN value IS 131 (51.56% from 255) = 46.79%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=11.07%
G=46.79%
B=42.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311311180.7600.100.49172.261.7331.76
Hex1F83764C0A31ac3e20
Octal37203166114012612547640
Binary1111110000011111011010011000101011000110101100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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