Html Css Color HEX #1F866F Elf Green

📋 copy color: '#1F866F'

red 31 ◦ green 134 ◦ blue 111

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

Shades of Elf Green #1F866F

Tints of Elf Green #1F866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.55%

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 11.23%
G = 48.55%
B = 40.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#1F866F (or 0x1F866F) is known color: Elf Green. HEX triplet: 1F, 86 and 6F. RGB value is (31,134,111). Sum of RGB (Red+Green+Blue) = 31+134+111=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #1F866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F866F is #E07990. Grayscale: #646464. Windows color (decimal): -14711185 or 7308831. OLE color: 7308831.

HSL color Cylindrical-coordinate representation of color #1F866F: hue angle of 166.6º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F866F is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 134 111 -
CMYK 0.77 0 0.17 0.47
HSL 166.6º 0.62% 0.32% -
HSV(B) 166.6º 0.77% 0.53% -
XYZ 11.96 18.49 17.98 -
YUV 100.58 133.88 78.37 -
System Red Green Blue C M Y K H S L
Decimal 31 134 111 0.77 0 0.17 0.47 166.6 0.62 0.32
Hex 1F 86 6F 4D 0 11 2F A7 3E 20
Octal 37 206 157 115 0 21 57 247 76 40
Binary 11111 10000110 1101111 1001101 0 10001 101111 10100111 111110 100000

Color Harmonies of #1F866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F866F

Black with #1F866F

Text Example


Text Example

White with #1F866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,134,111); }

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

background-color css

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

 a { background-color: rgb(31,134,111); }

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

border-color css

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

 span { border-color: rgb(31,134,111); }

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