#1F8266

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

Shades of Elf Green #1F8266

Tints of Elf Green #1F8266

Color information

#1F8266 (or 0x1F8266) is unknown color: approx Elf Green. HEX triplet: 1F, 82 and 66. RGB value is (31,130,102). Sum of RGB (Red+Green+Blue) = 31+130+102=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8266 is #E07D99. Grayscale: #616161. Windows color (decimal): -14712218 or 6717983. OLE color: 6717983.

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

Color convert

RGB31130102-
CMYK0.7600.220.49
HSL163.03º61.49%31.57%-
HSV(B)163.03º76.15%50.98%-
XYZ10.9517.2215.32-
YUV97.21130.780.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.79%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=11.79%
G=49.43%
B=38.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311301020.7600.220.49163.0361.4931.57
Hex1F82664C01631a33d20
Octal37202146114026612437540
Binary11111100000101100110100110001011011000110100011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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