#1F956E

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

Shades of Elf Green #1F956E

Tints of Elf Green #1F956E

Color information

#1F956E (or 0x1F956E) is unknown color: approx Elf Green. HEX triplet: 1F, 95 and 6E. RGB value is (31,149,110). Sum of RGB (Red+Green+Blue) = 31+149+110=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #1F956E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F956E is #E06A91. Grayscale: #6D6D6D. Windows color (decimal): -14707346 or 7247135. OLE color: 7247135.

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

Color convert

RGB31149110-
CMYK0.7900.260.42
HSL160.17º65.56%35.29%-
HSV(B)160.17º79.19%58.43%-
XYZ14.1322.9118.43-
YUV109.27128.4172.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.69%
GREEN value IS 149 (58.59% from 255) = 51.38%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=10.69%
G=51.38%
B=37.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311491100.7900.260.42160.1765.5635.29
Hex1F956E4F01A2Aa04223
Octal372251561170325224010243
Binary111111001010111011101001111011010101010101000001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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