#1F826A

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

Shades of Elf Green #1F826A

Tints of Elf Green #1F826A

Color information

#1F826A (or 0x1F826A) is unknown color: approx Elf Green. HEX triplet: 1F, 82 and 6A. RGB value is (31,130,106). Sum of RGB (Red+Green+Blue) = 31+130+106=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #1F826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F826A is #E07D95. Grayscale: #616161. Windows color (decimal): -14712214 or 6980127. OLE color: 6980127.

HSL color Cylindrical-coordinate representation of color #1F826A: hue angle of 165.45º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F826A is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB31130106-
CMYK0.7600.180.49
HSL165.45º61.49%31.57%-
HSV(B)165.45º76.15%50.98%-
XYZ11.1517.316.39-
YUV97.66132.780.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=11.61%
G=48.69%
B=39.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311301060.7600.180.49165.4561.4931.57
Hex1F826A4C01231a53d20
Octal37202152114022612457540
Binary11111100000101101010100110001001011000110100101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,130,106); }

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

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

 a { background-color: rgb(31,130,106); }

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

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

 span { border-color: rgb(31,130,106); }

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