#1F8566

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

Shades of Elf Green #1F8566

Tints of Elf Green #1F8566

Color information

#1F8566 (or 0x1F8566) is unknown color: approx Elf Green. HEX triplet: 1F, 85 and 66. RGB value is (31,133,102). Sum of RGB (Red+Green+Blue) = 31+133+102=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8566 is #E07A99. Grayscale: #626262. Windows color (decimal): -14711450 or 6718751. OLE color: 6718751.

HSL color Cylindrical-coordinate representation of color #1F8566: hue angle of 161.76º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8566 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB31133102-
CMYK0.7700.230.48
HSL161.76º62.2%32.16%-
HSV(B)161.76º76.69%52.16%-
XYZ11.3518.0315.45-
YUV98.97129.7179.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.65%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=11.65%
G=50%
B=38.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal311331020.7700.230.48161.7662.232.16
Hex1F85664D01730a23e20
Octal37205146115027602427640
Binary11111100001011100110100110101011111000010100010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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