Html Css Color HEX #1F8E60 Elf Green

📋 copy color: '#1F8E60'

red 31 ◦ green 142 ◦ blue 96

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

Shades of Elf Green #1F8E60

Tints of Elf Green #1F8E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.69%

R = 11.52%
G = 52.79%
B = 35.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#1F8E60 (or 0x1F8E60) is known color: Elf Green. HEX triplet: 1F, 8E and 60. RGB value is (31,142,96). Sum of RGB (Red+Green+Blue) = 31+142+96=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8E60 is #E0719F. Grayscale: #676767. Windows color (decimal): -14709152 or 6327839. OLE color: 6327839.

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

Color convert

RGB 31 142 96 -
CMYK 0.78 0 0.32 0.44
HSL 155.14º 0.64% 0.34% -
HSV(B) 155.14º 0.78% 0.56% -
XYZ 12.35 20.48 14.37 -
YUV 103.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 31 142 96 0.78 0 0.32 0.44 155.14 0.64 0.34
Hex 1F 8E 60 4E 0 20 2C 9B 40 22
Octal 37 216 140 116 0 40 54 233 100 42
Binary 11111 10001110 1100000 1001110 0 100000 101100 10011011 1000000 100010

Color Harmonies of #1F8E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8E60

Black with #1F8E60

Text Example


Text Example

White with #1F8E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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