Html Css Color HEX #1F8C7C Elf Green

📋 copy color: '#1F8C7C'

red 31 ◦ green 140 ◦ blue 124

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

Shades of Elf Green #1F8C7C

Tints of Elf Green #1F8C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.46%

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

R = 10.51%
G = 47.46%
B = 42.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#1F8C7C (or 0x1F8C7C) is known color: Elf Green. HEX triplet: 1F, 8C and 7C. RGB value is (31,140,124). Sum of RGB (Red+Green+Blue) = 31+140+124=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8C7C is #E07383. Grayscale: #696969. Windows color (decimal): -14709636 or 8162335. OLE color: 8162335.

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

Color convert

RGB 31 140 124 -
CMYK 0.78 0 0.11 0.45
HSL 171.19º 0.64% 0.34% -
HSV(B) 171.19º 0.78% 0.55% -
XYZ 13.58 20.5 22.31 -
YUV 105.59 138.39 74.8 -
System Red Green Blue C M Y K H S L
Decimal 31 140 124 0.78 0 0.11 0.45 171.19 0.64 0.34
Hex 1F 8C 7C 4E 0 B 2D AB 40 22
Octal 37 214 174 116 0 13 55 253 100 42
Binary 11111 10001100 1111100 1001110 0 1011 101101 10101011 1000000 100010

Color Harmonies of #1F8C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8C7C

Black with #1F8C7C

Text Example


Text Example

White with #1F8C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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