Html Css Color HEX #1F8974 Elf Green

📋 copy color: '#1F8974'

red 31 ◦ green 137 ◦ blue 116

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

Shades of Elf Green #1F8974

Tints of Elf Green #1F8974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 10.92%
G = 48.24%
B = 40.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#1F8974 (or 0x1F8974) is known color: Elf Green. HEX triplet: 1F, 89 and 74. RGB value is (31,137,116). Sum of RGB (Red+Green+Blue) = 31+137+116=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8974 is #E0768B. Grayscale: #666666. Windows color (decimal): -14710412 or 7637279. OLE color: 7637279.

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

Color convert

RGB 31 137 116 -
CMYK 0.77 0 0.15 0.46
HSL 168.11º 0.63% 0.33% -
HSV(B) 168.11º 0.77% 0.54% -
XYZ 12.66 19.44 19.61 -
YUV 102.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 31 137 116 0.77 0 0.15 0.46 168.11 0.63 0.33
Hex 1F 89 74 4D 0 F 2E A8 3F 21
Octal 37 211 164 115 0 17 56 250 77 41
Binary 11111 10001001 1110100 1001101 0 1111 101110 10101000 111111 100001

Color Harmonies of #1F8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8974

Black with #1F8974

Text Example


Text Example

White with #1F8974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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