Html Css Color HEX #1F9577 Elf Green

📋 copy color: '#1F9577'

red 31 ◦ green 149 ◦ blue 119

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

Shades of Elf Green #1F9577

Tints of Elf Green #1F9577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 119 (46.88% from 255) = 39.8%

R = 10.37%
G = 49.83%
B = 39.8%

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

#1F9577 (or 0x1F9577) is known color: Elf Green. HEX triplet: 1F, 95 and 77. RGB value is (31,149,119). Sum of RGB (Red+Green+Blue) = 31+149+119=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #1F9577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9577 is #E06A88. Grayscale: #6E6E6E. Windows color (decimal): -14707337 or 7836959. OLE color: 7836959.

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

Color convert

RGB 31 149 119 -
CMYK 0.79 0 0.20 0.42
HSL 164.75º 0.66% 0.35% -
HSV(B) 164.75º 0.79% 0.58% -
XYZ 14.64 23.12 21.14 -
YUV 110.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 31 149 119 0.79 0 0.20 0.42 164.75 0.66 0.35
Hex 1F 95 77 4F 0 14 2A A5 42 23
Octal 37 225 167 117 0 24 52 245 102 43
Binary 11111 10010101 1110111 1001111 0 10100 101010 10100101 1000010 100011

Color Harmonies of #1F9577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9577

Black with #1F9577

Text Example


Text Example

White with #1F9577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,149,119); }

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

background-color css

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

 a { background-color: rgb(31,149,119); }

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

border-color css

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

 span { border-color: rgb(31,149,119); }

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