#1F9C6B

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

Shades of Elf Green #1F9C6B

Tints of Elf Green #1F9C6B

Color information

#1F9C6B (or 0x1F9C6B) is unknown color: approx Elf Green. HEX triplet: 1F, 9C and 6B. RGB value is (31,156,107). Sum of RGB (Red+Green+Blue) = 31+156+107=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C6B is #E06394. Grayscale: #717171. Windows color (decimal): -14705557 or 7052319. OLE color: 7052319.

HSL color Cylindrical-coordinate representation of color #1F9C6B: hue angle of 156.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C6B is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB31156107-
CMYK0.8000.310.39
HSL156.48º66.84%36.67%-
HSV(B)156.48º80.13%61.18%-
XYZ15.1125.1317.96-
YUV113.04124.5969.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.54%
GREEN value IS 156 (61.33% from 255) = 53.06%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=10.54%
G=53.06%
B=36.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311561070.8000.310.39156.4866.8436.67
Hex1F9C6B5001F279c4325
Octal372341531200374723410345
Binary111111001110011010111010000011111100111100111001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,156,107); }

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

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

 a { background-color: rgb(31,156,107); }

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

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

 span { border-color: rgb(31,156,107); }

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