#1F9C72

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

Shades of Elf Green #1F9C72

Tints of Elf Green #1F9C72

Color information

#1F9C72 (or 0x1F9C72) is unknown color: approx Elf Green. HEX triplet: 1F, 9C and 72. RGB value is (31,156,114). Sum of RGB (Red+Green+Blue) = 31+156+114=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C72 is #E0638D. Grayscale: #717171. Windows color (decimal): -14705550 or 7511071. OLE color: 7511071.

HSL color Cylindrical-coordinate representation of color #1F9C72: hue angle of 159.84º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C72 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB31156114-
CMYK0.8000.270.39
HSL159.84º66.84%36.67%-
HSV(B)159.84º80.13%61.18%-
XYZ15.4925.2819.98-
YUV113.84128.0968.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.30%
GREEN value IS 156 (61.33% from 255) = 51.83%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=10.30%
G=51.83%
B=37.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311561140.8000.270.39159.8466.8436.67
Hex1F9C725001B27a04325
Octal372341621200334724010345
Binary111111001110011100101010000011011100111101000001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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