Html Css Color HEX #1F8B6B Elf Green

📋 copy color: '#1F8B6B'

red 31 ◦ green 139 ◦ blue 107

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

Shades of Elf Green #1F8B6B

Tints of Elf Green #1F8B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50.18%

 BLUE value IS 107 (42.19% from 255) = 38.63%

R = 11.19%
G = 50.18%
B = 38.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#1F8B6B (or 0x1F8B6B) is known color: Elf Green. HEX triplet: 1F, 8B and 6B. RGB value is (31,139,107). Sum of RGB (Red+Green+Blue) = 31+139+107=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #1F8B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8B6B is #E07494. Grayscale: #676767. Windows color (decimal): -14709909 or 7047967. OLE color: 7047967.

HSL color Cylindrical-coordinate representation of color #1F8B6B: hue angle of 162.22º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8B6B is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 139 107 -
CMYK 0.78 0 0.23 0.45
HSL 162.22º 0.64% 0.33% -
HSV(B) 162.22º 0.78% 0.55% -
XYZ 12.45 19.82 17.08 -
YUV 103.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 31 139 107 0.78 0 0.23 0.45 162.22 0.64 0.33
Hex 1F 8B 6B 4E 0 17 2D A2 40 21
Octal 37 213 153 116 0 27 55 242 100 41
Binary 11111 10001011 1101011 1001110 0 10111 101101 10100010 1000000 100001

Color Harmonies of #1F8B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8B6B

Black with #1F8B6B

Text Example


Text Example

White with #1F8B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,139,107); }

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

background-color css

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

 a { background-color: rgb(31,139,107); }

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

border-color css

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

 span { border-color: rgb(31,139,107); }

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