#1F956F

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

Shades of Elf Green #1F956F

Tints of Elf Green #1F956F

Color information

#1F956F (or 0x1F956F) is unknown color: approx Elf Green. HEX triplet: 1F, 95 and 6F. RGB value is (31,149,111). Sum of RGB (Red+Green+Blue) = 31+149+111=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #1F956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F956F is #E06A90. Grayscale: #6D6D6D. Windows color (decimal): -14707345 or 7312671. OLE color: 7312671.

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

Color convert

RGB31149111-
CMYK0.7900.260.42
HSL160.68º65.56%35.29%-
HSV(B)160.68º79.19%58.43%-
XYZ14.1822.9318.72-
YUV109.39128.9172.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.65%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=10.65%
G=51.20%
B=38.14%

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
Decimal311491110.7900.260.42160.6865.5635.29
Hex1F956F4F01A2Aa14223
Octal372251571170325224110243
Binary111111001010111011111001111011010101010101000011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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