#1F936C

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

Shades of Elf Green #1F936C

Tints of Elf Green #1F936C

Color information

#1F936C (or 0x1F936C) is unknown color: approx Elf Green. HEX triplet: 1F, 93 and 6C. RGB value is (31,147,108). Sum of RGB (Red+Green+Blue) = 31+147+108=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #1F936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F936C is #E06C93. Grayscale: #6B6B6B. Windows color (decimal): -14707860 or 7115551. OLE color: 7115551.

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

Color convert

RGB31147108-
CMYK0.7900.270.42
HSL159.83º65.17%34.9%-
HSV(B)159.83º78.91%57.65%-
XYZ13.7122.2417.76-
YUV107.87128.0773.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.84%
GREEN value IS 147 (57.81% from 255) = 51.40%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=10.84%
G=51.40%
B=37.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311471080.7900.270.42159.8365.1734.9
Hex1F936C4F01B2Aa04123
Octal372231541170335224010143
Binary111111001001111011001001111011011101010101000001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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