Html Css Color HEX #1F9F6F Elf Green

📋 copy color: '#1F9F6F'

red 31 ◦ green 159 ◦ blue 111

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

Shades of Elf Green #1F9F6F

Tints of Elf Green #1F9F6F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 52.82%

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 10.3%
G = 52.82%
B = 36.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#1F9F6F (or 0x1F9F6F) is known color: Elf Green. HEX triplet: 1F, 9F and 6F. RGB value is (31,159,111). Sum of RGB (Red+Green+Blue) = 31+159+111=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9F6F is #E06090. Grayscale: #737373. Windows color (decimal): -14704785 or 7315231. OLE color: 7315231.

HSL color Cylindrical-coordinate representation of color #1F9F6F: hue angle of 157.5º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9F6F is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 159 111 -
CMYK 0.81 0 0.30 0.38
HSL 157.5º 0.67% 0.37% -
HSV(B) 157.5º 0.81% 0.62% -
XYZ 15.83 26.24 19.27 -
YUV 115.26 125.59 67.9 -
System Red Green Blue C M Y K H S L
Decimal 31 159 111 0.81 0 0.30 0.38 157.5 0.67 0.37
Hex 1F 9F 6F 51 0 1E 26 9E 43 25
Octal 37 237 157 121 0 36 46 236 103 45
Binary 11111 10011111 1101111 1010001 0 11110 100110 10011110 1000011 100101

Color Harmonies of #1F9F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9F6F

Black with #1F9F6F

Text Example


Text Example

White with #1F9F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,159,111); }

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

background-color css

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

 a { background-color: rgb(31,159,111); }

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

border-color css

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

 span { border-color: rgb(31,159,111); }

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