Html Css Color HEX #1F9461 Elf Green

📋 copy color: '#1F9461'

red 31 ◦ green 148 ◦ blue 97

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

Shades of Elf Green #1F9461

Tints of Elf Green #1F9461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 11.23%
G = 53.62%
B = 35.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#1F9461 (or 0x1F9461) is known color: Elf Green. HEX triplet: 1F, 94 and 61. RGB value is (31,148,97). Sum of RGB (Red+Green+Blue) = 31+148+97=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9461 is #E06B9E. Grayscale: #6B6B6B. Windows color (decimal): -14707615 or 6394911. OLE color: 6394911.

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

Color convert

RGB 31 148 97 -
CMYK 0.79 0 0.34 0.42
HSL 153.85º 0.65% 0.35% -
HSV(B) 153.85º 0.79% 0.58% -
XYZ 13.31 22.33 14.92 -
YUV 107.2 122.24 73.65 -
System Red Green Blue C M Y K H S L
Decimal 31 148 97 0.79 0 0.34 0.42 153.85 0.65 0.35
Hex 1F 94 61 4F 0 22 2A 9A 41 23
Octal 37 224 141 117 0 42 52 232 101 43
Binary 11111 10010100 1100001 1001111 0 100010 101010 10011010 1000001 100011

Color Harmonies of #1F9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9461

Black with #1F9461

Text Example


Text Example

White with #1F9461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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