Html Css Color HEX #1F9376 Elf Green

📋 copy color: '#1F9376'

red 31 ◦ green 147 ◦ blue 118

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

Shades of Elf Green #1F9376

Tints of Elf Green #1F9376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.66%

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 10.47%
G = 49.66%
B = 39.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#1F9376 (or 0x1F9376) is known color: Elf Green. HEX triplet: 1F, 93 and 76. RGB value is (31,147,118). Sum of RGB (Red+Green+Blue) = 31+147+118=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9376 is #E06C89. Grayscale: #6D6D6D. Windows color (decimal): -14707850 or 7770911. OLE color: 7770911.

HSL color Cylindrical-coordinate representation of color #1F9376: hue angle of 165º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9376 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 147 118 -
CMYK 0.79 0 0.20 0.42
HSL 165º 0.65% 0.35% -
HSV(B) 165º 0.79% 0.58% -
XYZ 14.27 22.47 20.72 -
YUV 109.01 133.07 72.36 -
System Red Green Blue C M Y K H S L
Decimal 31 147 118 0.79 0 0.20 0.42 165 0.65 0.35
Hex 1F 93 76 4F 0 14 2A A5 41 23
Octal 37 223 166 117 0 24 52 245 101 43
Binary 11111 10010011 1110110 1001111 0 10100 101010 10100101 1000001 100011

Color Harmonies of #1F9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9376

Black with #1F9376

Text Example


Text Example

White with #1F9376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,147,118); }

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

background-color css

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

 a { background-color: rgb(31,147,118); }

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

border-color css

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

 span { border-color: rgb(31,147,118); }

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