Html Css Color HEX #1F8971 Elf Green

📋 copy color: '#1F8971'

red 31 ◦ green 137 ◦ blue 113

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

Shades of Elf Green #1F8971

Tints of Elf Green #1F8971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.75%

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 11.03%
G = 48.75%
B = 40.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#1F8971 (or 0x1F8971) is known color: Elf Green. HEX triplet: 1F, 89 and 71. RGB value is (31,137,113). Sum of RGB (Red+Green+Blue) = 31+137+113=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8971 is #E0768E. Grayscale: #666666. Windows color (decimal): -14710415 or 7440671. OLE color: 7440671.

HSL color Cylindrical-coordinate representation of color #1F8971: hue angle of 166.42º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8971 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 137 113 -
CMYK 0.77 0 0.18 0.46
HSL 166.42º 0.63% 0.33% -
HSV(B) 166.42º 0.77% 0.54% -
XYZ 12.49 19.37 18.7 -
YUV 102.57 133.88 76.95 -
System Red Green Blue C M Y K H S L
Decimal 31 137 113 0.77 0 0.18 0.46 166.42 0.63 0.33
Hex 1F 89 71 4D 0 12 2E A6 3F 21
Octal 37 211 161 115 0 22 56 246 77 41
Binary 11111 10001001 1110001 1001101 0 10010 101110 10100110 111111 100001

Color Harmonies of #1F8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8971

Black with #1F8971

Text Example


Text Example

White with #1F8971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,137,113); }

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

background-color css

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

 a { background-color: rgb(31,137,113); }

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

border-color css

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

 span { border-color: rgb(31,137,113); }

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