Html Css Color HEX #1F8C6E Elf Green

📋 copy color: '#1F8C6E'

red 31 ◦ green 140 ◦ blue 110

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

Shades of Elf Green #1F8C6E

Tints of Elf Green #1F8C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.15%

R = 11.03%
G = 49.82%
B = 39.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#1F8C6E (or 0x1F8C6E) is known color: Elf Green. HEX triplet: 1F, 8C and 6E. RGB value is (31,140,110). Sum of RGB (Red+Green+Blue) = 31+140+110=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8C6E is #E07391. Grayscale: #676767. Windows color (decimal): -14709650 or 7244831. OLE color: 7244831.

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

Color convert

RGB 31 140 110 -
CMYK 0.78 0 0.21 0.45
HSL 163.49º 0.64% 0.34% -
HSV(B) 163.49º 0.78% 0.55% -
XYZ 12.76 20.17 17.97 -
YUV 103.99 131.39 75.94 -
System Red Green Blue C M Y K H S L
Decimal 31 140 110 0.78 0 0.21 0.45 163.49 0.64 0.34
Hex 1F 8C 6E 4E 0 15 2D A3 40 22
Octal 37 214 156 116 0 25 55 243 100 42
Binary 11111 10001100 1101110 1001110 0 10101 101101 10100011 1000000 100010

Color Harmonies of #1F8C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8C6E

Black with #1F8C6E

Text Example


Text Example

White with #1F8C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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