Html Css Color HEX #1F8E64 Elf Green

📋 copy color: '#1F8E64'

red 31 ◦ green 142 ◦ blue 100

#1F8E64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #1F8E64

Tints of Elf Green #1F8E64

RGB

 RED value IS 31 (12.5% from 255) = 11.36%

 GREEN value IS 142 (55.86% from 255) = 52.01%

 BLUE value IS 100 (39.45% from 255) = 36.63%

R = 11.36%
G = 52.01%
B = 36.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#1F8E64 (or 0x1F8E64) is known color: Elf Green. HEX triplet: 1F, 8E and 64. RGB value is (31,142,100). Sum of RGB (Red+Green+Blue) = 31+142+100=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8E64 is #E0719B. Grayscale: #686868. Windows color (decimal): -14709148 or 6589983. OLE color: 6589983.

HSL color Cylindrical-coordinate representation of color #1F8E64: hue angle of 157.3º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8E64 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 142 100 -
CMYK 0.78 0 0.30 0.44
HSL 157.3º 0.64% 0.34% -
HSV(B) 157.3º 0.78% 0.56% -
XYZ 12.54 20.56 15.36 -
YUV 104.02 125.73 75.92 -
System Red Green Blue C M Y K H S L
Decimal 31 142 100 0.78 0 0.30 0.44 157.3 0.64 0.34
Hex 1F 8E 64 4E 0 1E 2C 9D 40 22
Octal 37 216 144 116 0 36 54 235 100 42
Binary 11111 10001110 1100100 1001110 0 11110 101100 10011101 1000000 100010

Color Harmonies of #1F8E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8E64

Black with #1F8E64

Text Example


Text Example

White with #1F8E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,142,100); }

 H1.HeaderClassName
 {
   color: #1F8E64;
 }
 .AnyTagClassName
 {
   color: #1F8E64;
 }
</style>

background-color css

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

 a { background-color: rgb(31,142,100); }

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

border-color css

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

 span { border-color: rgb(31,142,100); }

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