#1F8772

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

Shades of Elf Green #1F8772

Tints of Elf Green #1F8772

Color information

#1F8772 (or 0x1F8772) is unknown color: approx Elf Green. HEX triplet: 1F, 87 and 72. RGB value is (31,135,114). Sum of RGB (Red+Green+Blue) = 31+135+114=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8772 is #E0788D. Grayscale: #656565. Windows color (decimal): -14710926 or 7505695. OLE color: 7505695.

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

Color convert

RGB31135114-
CMYK0.7700.160.47
HSL167.88º62.65%32.55%-
HSV(B)167.88º77.04%52.94%-
XYZ12.2718.8318.91-
YUV101.51135.0477.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.07%
GREEN value IS 135 (53.12% from 255) = 48.21%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=11.07%
G=48.21%
B=40.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311351140.7700.160.47167.8862.6532.55
Hex1F87724D0102Fa83f21
Octal37207162115020572507741
Binary11111100001111110010100110101000010111110101000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,135,114); }

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

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

 a { background-color: rgb(31,135,114); }

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

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

 span { border-color: rgb(31,135,114); }

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