Html Css Color HEX #1F8F66 Elf Green

📋 copy color: '#1F8F66'

red 31 ◦ green 143 ◦ blue 102

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

Shades of Elf Green #1F8F66

Tints of Elf Green #1F8F66

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.81%

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 11.23%
G = 51.81%
B = 36.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#1F8F66 (or 0x1F8F66) is known color: Elf Green. HEX triplet: 1F, 8F and 66. RGB value is (31,143,102). Sum of RGB (Red+Green+Blue) = 31+143+102=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8F66 is #E07099. Grayscale: #686868. Windows color (decimal): -14708890 or 6721311. OLE color: 6721311.

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

Color convert

RGB 31 143 102 -
CMYK 0.78 0 0.29 0.44
HSL 158.04º 0.64% 0.34% -
HSV(B) 158.04º 0.78% 0.56% -
XYZ 12.79 20.9 15.93 -
YUV 104.84 126.39 75.33 -
System Red Green Blue C M Y K H S L
Decimal 31 143 102 0.78 0 0.29 0.44 158.04 0.64 0.34
Hex 1F 8F 66 4E 0 1D 2C 9E 40 22
Octal 37 217 146 116 0 35 54 236 100 42
Binary 11111 10001111 1100110 1001110 0 11101 101100 10011110 1000000 100010

Color Harmonies of #1F8F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8F66

Black with #1F8F66

Text Example


Text Example

White with #1F8F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,143,102); }

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

background-color css

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

 a { background-color: rgb(31,143,102); }

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

border-color css

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

 span { border-color: rgb(31,143,102); }

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