#1F8271

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

Shades of Elf Green #1F8271

Tints of Elf Green #1F8271

Color information

#1F8271 (or 0x1F8271) is unknown color: approx Elf Green. HEX triplet: 1F, 82 and 71. RGB value is (31,130,113). Sum of RGB (Red+Green+Blue) = 31+130+113=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8271 is #E07D8E. Grayscale: #626262. Windows color (decimal): -14712207 or 7438879. OLE color: 7438879.

HSL color Cylindrical-coordinate representation of color #1F8271: hue angle of 169.7º degrees, saturation: 0.61, 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 #1F8271 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB31130113-
CMYK0.7600.130.49
HSL169.7º61.49%31.57%-
HSV(B)169.7º76.15%50.98%-
XYZ11.5317.4518.38-
YUV98.46136.279.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.31%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=11.31%
G=47.45%
B=41.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311301130.7600.130.49169.761.4931.57
Hex1F82714C0D31aa3d20
Octal37202161114015612527540
Binary1111110000010111000110011000110111000110101010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,130,113); }

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

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

 a { background-color: rgb(31,130,113); }

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

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

 span { border-color: rgb(31,130,113); }

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