#1F8565

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

Shades of Elf Green #1F8565

Tints of Elf Green #1F8565

Color information

#1F8565 (or 0x1F8565) is unknown color: approx Elf Green. HEX triplet: 1F, 85 and 65. RGB value is (31,133,101). Sum of RGB (Red+Green+Blue) = 31+133+101=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8565 is #E07A9A. Grayscale: #626262. Windows color (decimal): -14711451 or 6653215. OLE color: 6653215.

HSL color Cylindrical-coordinate representation of color #1F8565: hue angle of 161.18º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8565 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB31133101-
CMYK0.7700.240.48
HSL161.18º62.2%32.16%-
HSV(B)161.18º76.69%52.16%-
XYZ11.318.0115.19-
YUV98.85129.2179.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.70%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=11.70%
G=50.19%
B=38.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal311331010.7700.240.48161.1862.232.16
Hex1F85654D01830a13e20
Octal37205145115030602417640
Binary11111100001011100101100110101100011000010100001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,101); }

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

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

 a { background-color: rgb(31,133,101); }

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

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

 span { border-color: rgb(31,133,101); }

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