Html Css Color HEX #1F947A Elf Green

📋 copy color: '#1F947A'

red 31 ◦ green 148 ◦ blue 122

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

Shades of Elf Green #1F947A

Tints of Elf Green #1F947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.17%

 BLUE value IS 122 (48.05% from 255) = 40.53%

R = 10.3%
G = 49.17%
B = 40.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#1F947A (or 0x1F947A) is known color: Elf Green. HEX triplet: 1F, 94 and 7A. RGB value is (31,148,122). Sum of RGB (Red+Green+Blue) = 31+148+122=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #1F947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F947A is #E06B85. Grayscale: #6E6E6E. Windows color (decimal): -14707590 or 8033311. OLE color: 8033311.

HSL color Cylindrical-coordinate representation of color #1F947A: hue angle of 166.67º 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 #1F947A is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 148 122 -
CMYK 0.79 0 0.18 0.42
HSL 166.67º 0.65% 0.35% -
HSV(B) 166.67º 0.79% 0.58% -
XYZ 14.67 22.88 22.05 -
YUV 110.05 134.74 71.61 -
System Red Green Blue C M Y K H S L
Decimal 31 148 122 0.79 0 0.18 0.42 166.67 0.65 0.35
Hex 1F 94 7A 4F 0 12 2A A7 41 23
Octal 37 224 172 117 0 22 52 247 101 43
Binary 11111 10010100 1111010 1001111 0 10010 101010 10100111 1000001 100011

Color Harmonies of #1F947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F947A

Black with #1F947A

Text Example


Text Example

White with #1F947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,148,122); }

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

background-color css

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

 a { background-color: rgb(31,148,122); }

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

border-color css

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

 span { border-color: rgb(31,148,122); }

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