#1F925F

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

Shades of Elf Green #1F925F

Tints of Elf Green #1F925F

Color information

#1F925F (or 0x1F925F) is unknown color: approx Elf Green. HEX triplet: 1F, 92 and 5F. RGB value is (31,146,95). Sum of RGB (Red+Green+Blue) = 31+146+95=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #1F925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F925F is #E06DA0. Grayscale: #696969. Windows color (decimal): -14708129 or 6263327. OLE color: 6263327.

HSL color Cylindrical-coordinate representation of color #1F925F: hue angle of 153.39º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F925F is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB3114695-
CMYK0.7900.350.43
HSL153.39º64.97%34.71%-
HSV(B)153.39º78.77%57.25%-
XYZ12.9121.6814.33-
YUV105.8121.974.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.40%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=11.40%
G=53.68%
B=34.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31146950.7900.350.43153.3964.9734.71
Hex1F925F4F0232B994123
Octal372221371170435323110143
Binary1111110010010101111110011110100011101011100110011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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