#1F927F

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

Shades of Elf Green #1F927F

Tints of Elf Green #1F927F

Color information

#1F927F (or 0x1F927F) is unknown color: approx Elf Green. HEX triplet: 1F, 92 and 7F. RGB value is (31,146,127). Sum of RGB (Red+Green+Blue) = 31+146+127=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #1F927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F927F is #E06D80. Grayscale: #6D6D6D. Windows color (decimal): -14708097 or 8360479. OLE color: 8360479.

HSL color Cylindrical-coordinate representation of color #1F927F: hue angle of 170.09º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F927F is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB31146127-
CMYK0.7900.130.43
HSL170.09º64.97%34.71%-
HSV(B)170.09º78.77%57.25%-
XYZ14.6722.3823.63-
YUV109.45137.972.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.20%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 127 (50% from 255) = 41.78%
R=10.20%
G=48.03%
B=41.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311461270.7900.130.43170.0964.9734.71
Hex1F927F4F0D2Baa4123
Octal372221771170155325210143
Binary11111100100101111111100111101101101011101010101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,146,127); }

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

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

 a { background-color: rgb(31,146,127); }

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

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

 span { border-color: rgb(31,146,127); }

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