Html Css Color HEX #1F9477 Elf Green

📋 copy color: '#1F9477'

red 31 ◦ green 148 ◦ blue 119

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

Shades of Elf Green #1F9477

Tints of Elf Green #1F9477

RGB

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

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

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

R = 10.4%
G = 49.66%
B = 39.93%

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

#1F9477 (or 0x1F9477) is known color: Elf Green. HEX triplet: 1F, 94 and 77. RGB value is (31,148,119). Sum of RGB (Red+Green+Blue) = 31+148+119=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9477 is #E06B88. Grayscale: #6D6D6D. Windows color (decimal): -14707593 or 7836703. OLE color: 7836703.

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

Color convert

RGB 31 148 119 -
CMYK 0.79 0 0.20 0.42
HSL 165.13º 0.65% 0.35% -
HSV(B) 165.13º 0.79% 0.58% -
XYZ 14.48 22.8 21.09 -
YUV 109.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 31 148 119 0.79 0 0.20 0.42 165.13 0.65 0.35
Hex 1F 94 77 4F 0 14 2A A5 41 23
Octal 37 224 167 117 0 24 52 245 101 43
Binary 11111 10010100 1110111 1001111 0 10100 101010 10100101 1000001 100011

Color Harmonies of #1F9477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9477

Black with #1F9477

Text Example


Text Example

White with #1F9477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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