#1F9276

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

Shades of Elf Green #1F9276

Tints of Elf Green #1F9276

Color information

#1F9276 (or 0x1F9276) is unknown color: approx Elf Green. HEX triplet: 1F, 92 and 76. RGB value is (31,146,118). Sum of RGB (Red+Green+Blue) = 31+146+118=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9276 is #E06D89. Grayscale: #6C6C6C. Windows color (decimal): -14708106 or 7770655. OLE color: 7770655.

HSL color Cylindrical-coordinate representation of color #1F9276: hue angle of 165.39º 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 #1F9276 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB31146118-
CMYK0.7900.190.43
HSL165.39º64.97%34.71%-
HSV(B)165.39º78.77%57.25%-
XYZ14.1122.1620.67-
YUV108.42133.472.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.51%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 118 (46.48% from 255) = 40%
R=10.51%
G=49.49%
B=40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311461180.7900.190.43165.3964.9734.71
Hex1F92764F0132Ba54123
Octal372221661170235324510143
Binary111111001001011101101001111010011101011101001011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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