Html Css Color HEX #1F9175 Elf Green

📋 copy color: '#1F9175'

red 31 ◦ green 145 ◦ blue 117

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

Shades of Elf Green #1F9175

Tints of Elf Green #1F9175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.49%

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

R = 10.58%
G = 49.49%
B = 39.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#1F9175 (or 0x1F9175) is known color: Elf Green. HEX triplet: 1F, 91 and 75. RGB value is (31,145,117). Sum of RGB (Red+Green+Blue) = 31+145+117=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9175 is #E06E8A. Grayscale: #6B6B6B. Windows color (decimal): -14708363 or 7704863. OLE color: 7704863.

HSL color Cylindrical-coordinate representation of color #1F9175: hue angle of 165.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9175 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 145 117 -
CMYK 0.79 0 0.19 0.43
HSL 165.26º 0.65% 0.35% -
HSV(B) 165.26º 0.79% 0.57% -
XYZ 13.9 21.83 20.31 -
YUV 107.72 133.23 73.28 -
System Red Green Blue C M Y K H S L
Decimal 31 145 117 0.79 0 0.19 0.43 165.26 0.65 0.35
Hex 1F 91 75 4F 0 13 2B A5 41 23
Octal 37 221 165 117 0 23 53 245 101 43
Binary 11111 10010001 1110101 1001111 0 10011 101011 10100101 1000001 100011

Color Harmonies of #1F9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9175

Black with #1F9175

Text Example


Text Example

White with #1F9175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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