#1F8C6F

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

Shades of Elf Green #1F8C6F

Tints of Elf Green #1F8C6F

Color information

#1F8C6F (or 0x1F8C6F) is unknown color: approx Elf Green. HEX triplet: 1F, 8C and 6F. RGB value is (31,140,111). Sum of RGB (Red+Green+Blue) = 31+140+111=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8C6F is #E07390. Grayscale: #686868. Windows color (decimal): -14709649 or 7310367. OLE color: 7310367.

HSL color Cylindrical-coordinate representation of color #1F8C6F: hue angle of 164.04º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8C6F is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB31140111-
CMYK0.7800.210.45
HSL164.04º63.74%33.53%-
HSV(B)164.04º77.86%54.9%-
XYZ12.8120.218.26-
YUV104.1131.8975.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.99%
GREEN value IS 140 (55.08% from 255) = 49.65%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=10.99%
G=49.65%
B=39.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311401110.7800.210.45164.0463.7433.53
Hex1F8C6F4E0152Da44022
Octal372141571160255524410042
Binary111111000110011011111001110010101101101101001001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,140,111); }

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

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

 a { background-color: rgb(31,140,111); }

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

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

 span { border-color: rgb(31,140,111); }

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