#1F8676

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

Shades of Elf Green #1F8676

Tints of Elf Green #1F8676

Color information

#1F8676 (or 0x1F8676) is unknown color: approx Elf Green. HEX triplet: 1F, 86 and 76. RGB value is (31,134,118). Sum of RGB (Red+Green+Blue) = 31+134+118=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8676 is #E07989. Grayscale: #656565. Windows color (decimal): -14711178 or 7767583. OLE color: 7767583.

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

Color convert

RGB31134118-
CMYK0.7700.120.47
HSL170.68º62.42%32.35%-
HSV(B)170.68º76.87%52.55%-
XYZ12.3618.6520.09-
YUV101.38137.3877.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.95%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=10.95%
G=47.35%
B=41.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311341180.7700.120.47170.6862.4232.35
Hex1F86764D0C2Fab3e20
Octal37206166115014572537640
Binary1111110000110111011010011010110010111110101011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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