#1F9562

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

Shades of Elf Green #1F9562

Tints of Elf Green #1F9562

Color information

#1F9562 (or 0x1F9562) is unknown color: approx Elf Green. HEX triplet: 1F, 95 and 62. RGB value is (31,149,98). Sum of RGB (Red+Green+Blue) = 31+149+98=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #1F9562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9562 is #E06A9D. Grayscale: #6B6B6B. Windows color (decimal): -14707358 or 6460703. OLE color: 6460703.

HSL color Cylindrical-coordinate representation of color #1F9562: hue angle of 154.07º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9562 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB3114998-
CMYK0.7900.340.42
HSL154.07º65.56%35.29%-
HSV(B)154.07º79.19%58.43%-
XYZ13.5222.6715.22-
YUV107.9122.4173.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.15%
GREEN value IS 149 (58.59% from 255) = 53.60%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=11.15%
G=53.60%
B=35.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31149980.7900.340.42154.0765.5635.29
Hex1F95624F0222A9a4223
Octal372251421170425223210243
Binary1111110010101110001010011110100010101010100110101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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