Html Css Color HEX #1F8D7C Elf Green

📋 copy color: '#1F8D7C'

red 31 ◦ green 141 ◦ blue 124

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

Shades of Elf Green #1F8D7C

Tints of Elf Green #1F8D7C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.64%

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 10.47%
G = 47.64%
B = 41.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#1F8D7C (or 0x1F8D7C) is known color: Elf Green. HEX triplet: 1F, 8D and 7C. RGB value is (31,141,124). Sum of RGB (Red+Green+Blue) = 31+141+124=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #1F8D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8D7C is #E07283. Grayscale: #6A6A6A. Windows color (decimal): -14709380 or 8162591. OLE color: 8162591.

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

Color convert

RGB 31 141 124 -
CMYK 0.78 0 0.12 0.45
HSL 170.73º 0.64% 0.34% -
HSV(B) 170.73º 0.78% 0.55% -
XYZ 13.73 20.8 22.36 -
YUV 106.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 31 141 124 0.78 0 0.12 0.45 170.73 0.64 0.34
Hex 1F 8D 7C 4E 0 C 2D AB 40 22
Octal 37 215 174 116 0 14 55 253 100 42
Binary 11111 10001101 1111100 1001110 0 1100 101101 10101011 1000000 100010

Color Harmonies of #1F8D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8D7C

Black with #1F8D7C

Text Example


Text Example

White with #1F8D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,141,124); }

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

background-color css

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

 a { background-color: rgb(31,141,124); }

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

border-color css

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

 span { border-color: rgb(31,141,124); }

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