Html Css Color HEX #1F8977 Elf Green

📋 copy color: '#1F8977'

red 31 ◦ green 137 ◦ blue 119

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

Shades of Elf Green #1F8977

Tints of Elf Green #1F8977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 10.8%
G = 47.74%
B = 41.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#1F8977 (or 0x1F8977) is known color: Elf Green. HEX triplet: 1F, 89 and 77. RGB value is (31,137,119). Sum of RGB (Red+Green+Blue) = 31+137+119=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8977 is #E07688. Grayscale: #676767. Windows color (decimal): -14710409 or 7833887. OLE color: 7833887.

HSL color Cylindrical-coordinate representation of color #1F8977: hue angle of 169.81º 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 #1F8977 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 137 119 -
CMYK 0.77 0 0.13 0.46
HSL 169.81º 0.63% 0.33% -
HSV(B) 169.81º 0.77% 0.54% -
XYZ 12.84 19.51 20.54 -
YUV 103.25 136.88 76.46 -
System Red Green Blue C M Y K H S L
Decimal 31 137 119 0.77 0 0.13 0.46 169.81 0.63 0.33
Hex 1F 89 77 4D 0 D 2E AA 3F 21
Octal 37 211 167 115 0 15 56 252 77 41
Binary 11111 10001001 1110111 1001101 0 1101 101110 10101010 111111 100001

Color Harmonies of #1F8977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8977

Black with #1F8977

Text Example


Text Example

White with #1F8977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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