Html Css Color HEX #1F967E Elf Green

📋 copy color: '#1F967E'

red 31 ◦ green 150 ◦ blue 126

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

Shades of Elf Green #1F967E

Tints of Elf Green #1F967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.86%

 BLUE value IS 126 (49.61% from 255) = 41.04%

R = 10.1%
G = 48.86%
B = 41.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#1F967E (or 0x1F967E) is known color: Elf Green. HEX triplet: 1F, 96 and 7E. RGB value is (31,150,126). Sum of RGB (Red+Green+Blue) = 31+150+126=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #1F967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F967E is #E06981. Grayscale: #6F6F6F. Windows color (decimal): -14707074 or 8295967. OLE color: 8295967.

HSL color Cylindrical-coordinate representation of color #1F967E: hue angle of 167.9º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F967E is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 150 126 -
CMYK 0.79 0 0.16 0.41
HSL 167.9º 0.66% 0.35% -
HSV(B) 167.9º 0.79% 0.59% -
XYZ 15.24 23.61 23.49 -
YUV 111.68 136.08 70.45 -
System Red Green Blue C M Y K H S L
Decimal 31 150 126 0.79 0 0.16 0.41 167.9 0.66 0.35
Hex 1F 96 7E 4F 0 10 29 A8 42 23
Octal 37 226 176 117 0 20 51 250 102 43
Binary 11111 10010110 1111110 1001111 0 10000 101001 10101000 1000010 100011

Color Harmonies of #1F967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F967E

Black with #1F967E

Text Example


Text Example

White with #1F967E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,150,126); }

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

background-color css

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

 a { background-color: rgb(31,150,126); }

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

border-color css

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

 span { border-color: rgb(31,150,126); }

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