#1F8A6C

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

Shades of Elf Green #1F8A6C

Tints of Elf Green #1F8A6C

Color information

#1F8A6C (or 0x1F8A6C) is unknown color: approx Elf Green. HEX triplet: 1F, 8A and 6C. RGB value is (31,138,108). Sum of RGB (Red+Green+Blue) = 31+138+108=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #1F8A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8A6C is #E07593. Grayscale: #666666. Windows color (decimal): -14710164 or 7113247. OLE color: 7113247.

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

Color convert

RGB31138108-
CMYK0.7800.220.46
HSL163.18º63.31%33.14%-
HSV(B)163.18º77.54%54.12%-
XYZ12.3619.5517.31-
YUV102.59131.0576.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.19%
GREEN value IS 138 (54.30% from 255) = 49.82%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=11.19%
G=49.82%
B=38.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal311381080.7800.220.46163.1863.3133.14
Hex1F8A6C4E0162Ea33f21
Octal37212154116026562437741
Binary11111100010101101100100111001011010111010100011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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