#1f937d

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

Shades of Elf Green #1F937D

Tints of Elf Green #1F937D

Color information

#1F937D (or 0x1F937D) is unknown color: approx Elf Green. HEX triplet: 1F, 93 and 7D. RGB value is (31,147,125). Sum of RGB (Red+Green+Blue) = 31+147+125=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #1F937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F937D is #E06C82. Grayscale: #6D6D6D. Windows color (decimal): -14707843 or 8229663. OLE color: 8229663.

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

Color convert

RGB31147125-
CMYK0.7900.150.42
HSL168.62º65.17%34.9%-
HSV(B)168.62º78.91%57.65%-
XYZ14.722.6423-
YUV109.81136.5771.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.23%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=10.23%
G=48.51%
B=41.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311471250.7900.150.42168.6265.1734.9
Hex1F937D4F0F2Aa94123
Octal372231751170175225110143
Binary11111100100111111101100111101111101010101010011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f937d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,147,125); }

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

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

 a { background-color: rgb(31,147,125); }

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

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

 span { border-color: rgb(31,147,125); }

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