Html Css Color HEX #1F9375 Elf Green

📋 copy color: '#1F9375'

red 31 ◦ green 147 ◦ blue 117

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

Shades of Elf Green #1F9375

Tints of Elf Green #1F9375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.83%

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 10.51%
G = 49.83%
B = 39.66%

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

#1F9375 (or 0x1F9375) is known color: Elf Green. HEX triplet: 1F, 93 and 75. RGB value is (31,147,117). Sum of RGB (Red+Green+Blue) = 31+147+117=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9375 is #E06C8A. Grayscale: #6C6C6C. Windows color (decimal): -14707851 or 7705375. OLE color: 7705375.

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

Color convert

RGB 31 147 117 -
CMYK 0.79 0 0.20 0.42
HSL 164.48º 0.65% 0.35% -
HSV(B) 164.48º 0.79% 0.58% -
XYZ 14.21 22.44 20.41 -
YUV 108.9 132.57 72.44 -
System Red Green Blue C M Y K H S L
Decimal 31 147 117 0.79 0 0.20 0.42 164.48 0.65 0.35
Hex 1F 93 75 4F 0 14 2A A4 41 23
Octal 37 223 165 117 0 24 52 244 101 43
Binary 11111 10010011 1110101 1001111 0 10100 101010 10100100 1000001 100011

Color Harmonies of #1F9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9375

Black with #1F9375

Text Example


Text Example

White with #1F9375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,147,117); }

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

background-color css

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

 a { background-color: rgb(31,147,117); }

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

border-color css

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

 span { border-color: rgb(31,147,117); }

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