#1F8866

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

Shades of Elf Green #1F8866

Tints of Elf Green #1F8866

Color information

#1F8866 (or 0x1F8866) is unknown color: approx Elf Green. HEX triplet: 1F, 88 and 66. RGB value is (31,136,102). Sum of RGB (Red+Green+Blue) = 31+136+102=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #1F8866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8866 is #E07799. Grayscale: #646464. Windows color (decimal): -14710682 or 6719519. OLE color: 6719519.

HSL color Cylindrical-coordinate representation of color #1F8866: hue angle of 160.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8866 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB31136102-
CMYK0.7700.250.47
HSL160.57º62.87%32.75%-
HSV(B)160.57º77.21%53.33%-
XYZ11.7718.8615.59-
YUV100.73128.7178.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 136 (53.52% from 255) = 50.56%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=11.52%
G=50.56%
B=37.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311361020.7700.250.47160.5762.8732.75
Hex1F88664D0192Fa13f21
Octal37210146115031572417741
Binary11111100010001100110100110101100110111110100001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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