#1F8970

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

Shades of Elf Green #1F8970

Tints of Elf Green #1F8970

Color information

#1F8970 (or 0x1F8970) is unknown color: approx Elf Green. HEX triplet: 1F, 89 and 70. RGB value is (31,137,112). Sum of RGB (Red+Green+Blue) = 31+137+112=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8970 is #E0768F. Grayscale: #666666. Windows color (decimal): -14710416 or 7375135. OLE color: 7375135.

HSL color Cylindrical-coordinate representation of color #1F8970: hue angle of 165.85º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8970 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB31137112-
CMYK0.7700.180.46
HSL165.85º63.1%32.94%-
HSV(B)165.85º77.37%53.73%-
XYZ12.4419.3518.41-
YUV102.46133.3877.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.07%
GREEN value IS 137 (53.91% from 255) = 48.93%
BLUE value IS 112 (44.14% from 255) = 40%
R=11.07%
G=48.93%
B=40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal311371120.7700.180.46165.8563.132.94
Hex1F89704D0122Ea63f21
Octal37211160115022562467741
Binary11111100010011110000100110101001010111010100110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,137,112); }

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

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

 a { background-color: rgb(31,137,112); }

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

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

 span { border-color: rgb(31,137,112); }

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