#1f8a5f

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

Shades of Elf Green #1F8A5F

Tints of Elf Green #1F8A5F

Color information

#1F8A5F (or 0x1F8A5F) is unknown color: approx Elf Green. HEX triplet: 1F, 8A and 5F. RGB value is (31,138,95). Sum of RGB (Red+Green+Blue) = 31+138+95=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #1F8A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8A5F is #E075A0. Grayscale: #656565. Windows color (decimal): -14710177 or 6261279. OLE color: 6261279.

HSL color Cylindrical-coordinate representation of color #1F8A5F: hue angle of 155.89º 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 #1F8A5F is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB3113895-
CMYK0.7800.310.46
HSL155.89º63.31%33.14%-
HSV(B)155.89º77.54%54.12%-
XYZ11.7219.2913.93-
YUV101.1124.5578-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.74%
GREEN value IS 138 (54.30% from 255) = 52.27%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=11.74%
G=52.27%
B=35.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31138950.7800.310.46155.8963.3133.14
Hex1F8A5F4E01F2E9c3f21
Octal37212137116037562347741
Binary11111100010101011111100111001111110111010011100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f8a5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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