#1F856E

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

Shades of Elf Green #1F856E

Tints of Elf Green #1F856E

Color information

#1F856E (or 0x1F856E) is unknown color: approx Elf Green. HEX triplet: 1F, 85 and 6E. RGB value is (31,133,110). Sum of RGB (Red+Green+Blue) = 31+133+110=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #1F856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F856E is #E07A91. Grayscale: #636363. Windows color (decimal): -14711442 or 7243039. OLE color: 7243039.

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

Color convert

RGB31133110-
CMYK0.7700.170.48
HSL166.47º62.2%32.16%-
HSV(B)166.47º76.69%52.16%-
XYZ11.7718.1917.64-
YUV99.88133.7178.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.31%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=11.31%
G=48.54%
B=40.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal311331100.7700.170.48166.4762.232.16
Hex1F856E4D01130a63e20
Octal37205156115021602467640
Binary11111100001011101110100110101000111000010100110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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