#1f8962

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

Shades of Elf Green #1F8962

Tints of Elf Green #1F8962

Color information

#1F8962 (or 0x1F8962) is unknown color: approx Elf Green. HEX triplet: 1F, 89 and 62. RGB value is (31,137,98). Sum of RGB (Red+Green+Blue) = 31+137+98=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8962 is #E0769D. Grayscale: #646464. Windows color (decimal): -14710430 or 6457631. OLE color: 6457631.

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

Color convert

RGB3113798-
CMYK0.7700.280.46
HSL157.92º63.1%32.94%-
HSV(B)157.92º77.37%53.73%-
XYZ11.7219.0614.62-
YUV100.86126.3878.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.65%
GREEN value IS 137 (53.91% from 255) = 51.50%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=11.65%
G=51.50%
B=36.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31137980.7700.280.46157.9263.132.94
Hex1F89624D01C2E9e3f21
Octal37211142115034562367741
Binary11111100010011100010100110101110010111010011110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f8962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,137,98); }

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

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

 a { background-color: rgb(31,137,98); }

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

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

 span { border-color: rgb(31,137,98); }

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